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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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