1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 06:25:21 +02:00

updated Dockerfile

This commit is contained in:
nvc8996 2021-10-06 21:42:06 +03:00
parent 4c0540ff6e
commit c86c00b463

View file

@ -9,4 +9,6 @@ RUN yarn install --prod
COPY . .
RUN yarn compile
CMD ["yarn", "start"]