Skip to content

Commit

Permalink
fix: copy file to get locales in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Kout95 committed Jun 27, 2024
1 parent 5745c69 commit de09f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ COPY --chown=node:node rollup.config.js /opt/search-a-licious/rollup.config.js
# build for production
# no need of a public url, we are at the root
RUN rm -rf public/dist/* && npm run build && npm run bundle
COPY --chown=node:node public/dist/localization/generated /opt/search-a-licious/public/dist/generated
COPY --chown=node:node public/dist/localization/generated /opt/search-a-licious/public/generated
CMD ["npm", "run", "serve"]

# nginx
Expand Down

0 comments on commit de09f0b

Please sign in to comment.