Browse Source

💚 update Dockerfile

main
Tarskan 5 years ago
parent
commit
ff814c6743
  1. 2
      Dockerfile

2
Dockerfile

@ -7,4 +7,6 @@ COPY . /repo
RUN yarn install
RUN yarn build
ENTRYPOINT [ "yarn", "start:prod" ]
Loading…
Cancel
Save