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

fix build command in Dockerfile.prod

This commit is contained in:
Nikita Melnikov 2022-04-12 05:31:17 +04:00
parent c383902ea0
commit 5ac7c55631

View file

@ -16,7 +16,7 @@ RUN yarn install
COPY . .
RUN yarn build
RUN yarn build-frontend
RUN yarn compile