Skip to content

Commit bdb4afe

Browse files
fix build order
1 parent 84032d9 commit bdb4afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ FROM node:8-alpine
33
WORKDIR /usr/src/judge-api
44

55
COPY package.json .
6+
RUN npm install -D
67
COPY package-lock.json .
78

8-
RUN npm install -D
99

1010
COPY . .
1111

0 commit comments

Comments
 (0)