diff --git a/packages/twenty-docker/prod/twenty-website/Dockerfile b/packages/twenty-docker/prod/twenty-website/Dockerfile index 9b4df868e..743f6dbde 100644 --- a/packages/twenty-docker/prod/twenty-website/Dockerfile +++ b/packages/twenty-docker/prod/twenty-website/Dockerfile @@ -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"] \ No newline at end of file +CMD ["/bin/sh", "-c", "yarn nx start"] \ No newline at end of file