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:
parent
24843ec040
commit
d841264931
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue