Fix favicon in production deployments (#346)
Co-authored-by: antanst <>
This commit is contained in:
parent
c237d71ccb
commit
a5fd9d49d2
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ RUN chmod +x /app/scripts/docker-entrypoint.sh
|
|||
# Copy frontend
|
||||
RUN rm -rf /app/backend/dist
|
||||
COPY --from=builder --chown=app:app /app/dist ./backend/dist
|
||||
COPY --from=builder --chown=app:app /app/public/favicon* ./backend/dist/
|
||||
COPY --from=builder --chown=app:app /app/public/locales ./backend/dist/locales
|
||||
COPY --from=builder --chown=app:app /app/node_modules ./node_modules
|
||||
COPY --from=builder --chown=app:app /app/package.json /app/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue