Skip to content

Commit

Permalink
Removed unecessary file ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoJeronimo committed Jan 16, 2024
1 parent e141ff8 commit 569387d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile-frontend
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM docker.io/nginx:stable-alpine
COPY --chown=nginx:nginx frontend/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 --chown=nginx:nginx --chmod=0750 docker/entrypoint-frontend.sh /docker-entrypoint.d/99-abrechnung.sh
COPY --chmod=0755 docker/entrypoint-frontend.sh /docker-entrypoint.d/99-abrechnung.sh
2 changes: 1 addition & 1 deletion docker/entrypoint-frontend.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

CONF="/etc/nginx/conf.d/default.conf"

Expand Down

0 comments on commit 569387d

Please sign in to comment.