Skip to content

Commit 4c98006

Browse files
remove lockfile to let it build for now
1 parent bdb4afe commit 4c98006

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ WORKDIR /usr/src/judge-api
44

55
COPY package.json .
66
RUN npm install -D
7-
COPY package-lock.json .
8-
97

108
COPY . .
119

0 commit comments

Comments
 (0)