Browse Source

💚 Remove CMD command from docker image

pull/1/head
anthony 5 years ago
parent
commit
2734dc6b90
  1. 3
      Dockerfile

3
Dockerfile

@ -15,6 +15,3 @@ WORKDIR /usr/share/nginx/html
COPY --from=builder /build/dist .
CMD ["yarn", "start:prod"]
Loading…
Cancel
Save