mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-04 13:05:22 +02:00
fix dockerfile
This commit is contained in:
parent
24843ec040
commit
d841264931
1 changed files with 1 additions and 3 deletions
|
@ -16,9 +16,7 @@ RUN yarn install
|
|||
|
||||
COPY . .
|
||||
|
||||
RUN yarn build-frontend
|
||||
|
||||
RUN yarn compile
|
||||
RUN yarn build-all
|
||||
|
||||
# Stage 2 - make final image
|
||||
FROM node:16.14.0-alpine3.15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue