fix: attempt to fix Dockerfile front build (#5020)

This commit is contained in:
Thaïs
2024-04-18 11:24:39 +02:00
committed by GitHub
parent 86afc34e61
commit 7065495223
4 changed files with 12 additions and 12 deletions

View File

@ -41,7 +41,7 @@ ARG REACT_APP_SERVER_BASE_URL
COPY ./packages/twenty-front /app/packages/twenty-front
COPY ./packages/twenty-ui /app/packages/twenty-ui
RUN yarn nx build twenty-front
RUN npx nx build twenty-front
# Final stage: Run the application