Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kout95 committed Jun 27, 2024
1 parent de09f0b commit 7fff8e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ 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
RUN LS public/dist/
RUN LS public/dist/localization/
COPY --chown=node:node public/dist/localization/generated /opt/search-a-licious/public/generated
CMD ["npm", "run", "serve"]

Expand Down

0 comments on commit 7fff8e9

Please sign in to comment.