mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-07-14 18:15:56 -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=prepare /app/out/full/ .
|
||||
|
||||
# Lingui config lives at monorepo root — turbo prune doesn't include it
|
||||
COPY lingui.config.ts .
|
||||
|
||||
ARG APP_VERSION
|
||||
ARG GIT_COMMIT_SHA
|
||||
ENV NODE_ENV=production
|
||||
|
||||
Reference in New Issue
Block a user