Commit 66d14f36 authored by nanahira's avatar nanahira

fix

parent 89beeb2c
Pipeline #17464 passed with stages
in 1 minute and 4 seconds
......@@ -15,4 +15,4 @@ ENV NODE_ENV production
RUN npm ci --force && npm cache clean --force
COPY --from=builder /usr/src/app/dist ./dist
CMD [ "npm", "start" ]
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