mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-23 12:02:10 +03:00
Fix Dockerfile front for production
This commit is contained in:
parent
0ae9644f43
commit
eea3060652
@ -3,7 +3,7 @@ FROM node:18-alpine as front
|
|||||||
WORKDIR /app/front
|
WORKDIR /app/front
|
||||||
COPY ./front .
|
COPY ./front .
|
||||||
|
|
||||||
RUN npm install --production
|
RUN npm install
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
RUN npm install -g serve
|
RUN npm install -g serve
|
||||||
|
Loading…
Reference in New Issue
Block a user