Fix website build (#3986)

* Fix website build

* Try fix

* Try fix
This commit is contained in:
Charles Bochet
2024-02-15 11:03:29 +01:00
committed by GitHub
parent 9777c5fbce
commit 88990144cf

View File

@ -22,7 +22,9 @@ WORKDIR /app/packages/twenty-website
COPY --from=twenty-website-build /app /app
WORKDIR /app/packages/twenty-website
LABEL org.opencontainers.image.source=https://github.com/twentyhq/twenty
LABEL org.opencontainers.image.description="This image provides a consistent and reproducible environment for the website."
CMD ["/bin/sh", "-c", "yarn nx start twenty-website"]
CMD ["/bin/sh", "-c", "yarn nx start"]