mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 01:35:39 -04:00
fix(docker): include lingui.config.ts in production image
This commit is contained in:
@@ -21,6 +21,9 @@ WORKDIR /app
|
|||||||
COPY --from=deps /app/ .
|
COPY --from=deps /app/ .
|
||||||
COPY --from=prepare /app/out/full/ .
|
COPY --from=prepare /app/out/full/ .
|
||||||
|
|
||||||
|
# Lingui config lives at monorepo root — turbo prune doesn't include it
|
||||||
|
COPY lingui.config.ts .
|
||||||
|
|
||||||
ARG APP_VERSION
|
ARG APP_VERSION
|
||||||
ARG GIT_COMMIT_SHA
|
ARG GIT_COMMIT_SHA
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|||||||
Reference in New Issue
Block a user