fix: add translations to api dockerfile (#12349)

This commit is contained in:
Morgan 2023-11-14 11:59:32 +02:00 committed by GitHub
parent 3057edbd87
commit 3c1d0a9bf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,9 +58,12 @@ COPY --from=build /app/yarn.lock ./yarn.lock
COPY --from=build /app/packages/config ./packages/config
COPY --from=build /app/packages/tsconfig ./packages/tsconfig
COPY --from=build /app/packages/types ./packages/types
COPY --from=build /app/apps/web/next.config.js ./apps/web/next.config.js
COPY --from=build /app/apps/web/next-i18next.config.js ./apps/web/next-i18next.config.js
COPY --from=build /app/apps/web/public/static/locales ./apps/web/public/static/locales
COPY --from=build /app/apps/web/package.json ./apps/web/package.json
# Expose port 80
EXPOSE 80
# Start cmd, called when docker image is mounted
CMD [ "yarn", "workspace", "@calcom/api", "docker-start-api"]
CMD [ "yarn", "workspace", "@calcom/api", "docker-start-api"]