Skip to content

Commit

Permalink
feat: set base_href through env
Browse files Browse the repository at this point in the history
Signed-off-by: Martijn van der Meij <[email protected]>
  • Loading branch information
Martijn van der Meij committed Apr 3, 2024
1 parent 7ca1a46 commit 4ba0876
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ docs/
node_modules/
release.sh
snapshot.sh
!docker/etc/nginx/conf.d/default.conf
!docker/etc/nginx/templates/default.conf.template
!docker/docker-entrypoint.d/*.sh
2 changes: 1 addition & 1 deletion docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ USER 101

RUN mkdir /etc/nginx/templates
# Setup entrypoint
COPY --chown=101:0 ./docker/etc/nginx/conf.d/default.conf /etc/nginx/templates/default.conf.template
COPY --chown=101:0 ./docker/etc/nginx/templates/default.conf.template /etc/nginx/templates/default.conf.template

COPY --chmod=755 ./docker/docker-entrypoint.d/ /docker-entrypoint.d/

Expand Down
File renamed without changes.

0 comments on commit 4ba0876

Please sign in to comment.