We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84032d9 commit bdb4afeCopy full SHA for bdb4afe
Dockerfile
@@ -3,9 +3,9 @@ FROM node:8-alpine
3
WORKDIR /usr/src/judge-api
4
5
COPY package.json .
6
+RUN npm install -D
7
COPY package-lock.json .
8
-RUN npm install -D
9
10
COPY . .
11
0 commit comments