Skip to content

Commit

Permalink
Docker build image locales error
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanrobert committed Jan 6, 2025
1 parent 546feb5 commit 7623146
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ COPY test/chai-as-promised.js /grist/test/chai-as-promised.js
COPY app /grist/app
COPY stubs /grist/stubs
COPY buildtools /grist/buildtools
COPY static/locales /grist/static/locales
RUN yarn run build:prod
RUN rm -rf /grist/static/locales

# Prepare material for optional pyodide sandbox
COPY sandbox/pyodide /grist/sandbox/pyodide
Expand Down

0 comments on commit 7623146

Please sign in to comment.