Skip to content

Commit

Permalink
Rolled back changes made in e141ff8
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoJeronimo committed Jan 16, 2024
1 parent 569387d commit 6eb4889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-frontend
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.3
FROM docker.io/nginx:stable-alpine
COPY --chown=nginx:nginx frontend/apps/web/ /var/www/abrechnung/
COPY --chown=nginx:nginx frontend/dist/apps/web/ /var/www/abrechnung/
COPY --chown=nginx:nginx frontend/apps/web/src/assets/config.json /var/www/abrechnung/config.json
COPY docker/nginx-static /etc/nginx/conf.d/default.conf
COPY --chmod=0755 docker/entrypoint-frontend.sh /docker-entrypoint.d/99-abrechnung.sh

0 comments on commit 6eb4889

Please sign in to comment.