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 bdb4afe commit 4c98006Copy full SHA for 4c98006
Dockerfile
@@ -4,8 +4,6 @@ WORKDIR /usr/src/judge-api
4
5
COPY package.json .
6
RUN npm install -D
7
-COPY package-lock.json .
8
-
9
10
COPY . .
11
0 commit comments