mirror of
https://github.com/HabitRPG/habitica.git
synced 2026-04-30 03:38:26 -05:00
Fix dockerfile (#15241)
This commit is contained in:
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user