1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-04 21:15:23 +02:00

fix dockerfile

This commit is contained in:
Nikita Melnikov 2022-10-14 22:46:21 +08:00
parent 24843ec040
commit d841264931

View file

@ -16,9 +16,7 @@ RUN yarn install
COPY . . COPY . .
RUN yarn build-frontend RUN yarn build-all
RUN yarn compile
# Stage 2 - make final image # Stage 2 - make final image
FROM node:16.14.0-alpine3.15 FROM node:16.14.0-alpine3.15