Commit 05c12e25 authored by nanahira's avatar nanahira

fix

parent 06adbc0c
Pipeline #14517 passed with stages
in 3 minutes and 47 seconds
......@@ -15,7 +15,6 @@ ENV NODE_ENV production
RUN npm ci && npm cache clean --force
COPY --from=builder /usr/src/app/dist ./dist
COPY ./config.example.yaml ./config.yaml
COPY ./lang-data ./
EXPOSE 3000
CMD [ "npm", "run", "start:prod" ]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment