mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 14:48:41 +00:00
fix(remote_judger): docker image
This commit is contained in:
parent
b2e9c28016
commit
9611ea35da
@ -3,7 +3,7 @@ FROM node:18.13.0
|
||||
WORKDIR /opt/s2oj_remote_judger
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm ci --only=production
|
||||
RUN npm ci
|
||||
|
||||
COPY . .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user