Skip to content

Commit

Permalink
ci: release with working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
mghilardelli committed Jun 5, 2024
1 parent bba41bf commit 9ee469b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM ghcr.io/nginxinc/nginx-unprivileged:1.25.3-alpine-slim
ADD --chmod=755 https://github.com/kyubisation/angular-server-side-configuration/releases/download/v17.0.2/ngssc_64bit /usr/sbin/ngssc

# Add ngssc script
ADD --chmod=755 docker/99-ngssc.sh /docker-entrypoint.d/
ADD --chmod=755 webapp/docker/99-ngssc.sh /docker-entrypoint.d/

# Add nginx configuration
ADD docker/nginx-angular.conf /etc/nginx/conf.d/default.conf
Expand Down

0 comments on commit 9ee469b

Please sign in to comment.