fix(remote_judger): docker image

This commit is contained in:
Baoshuo Ren 2023-01-22 16:25:26 +08:00
parent b2e9c28016
commit 9611ea35da
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -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 . .