Fix dockerfile (#15241)

This commit is contained in:
Rafał Jagielski
2024-06-10 23:41:26 +02:00
committed by GitHub
parent 3cd966bc03
commit 37f08c4534
+1 -3
View File
@@ -7,8 +7,6 @@ RUN npm install -g gulp-cli mocha
# dependencies.
WORKDIR /usr/src/habitica
COPY ["package.json", "package-lock.json", "./"]
RUN npm install
# Copy the remaining source files in.
COPY . /usr/src/habitica
RUN npm run postinstall
RUN npm install