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:
parent
c383902ea0
commit
5ac7c55631
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ RUN yarn install
|
|||
|
||||
COPY . .
|
||||
|
||||
RUN yarn build
|
||||
RUN yarn build-frontend
|
||||
|
||||
RUN yarn compile
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue