Skip to content

Commit

Permalink
fix context for nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
ohrie committed Oct 29, 2024
1 parent b297ee2 commit bd7e84e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-app-ionos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
uses: docker/build-push-action@v6
with:
file: ./docker/nginx/Dockerfile
context: ./
push: false
load: true
cache-from: type=gha
Expand Down
2 changes: 1 addition & 1 deletion docker/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:latest
FROM nginx:alpine

COPY default.conf.tpl /default.conf.tpl

Expand Down

0 comments on commit bd7e84e

Please sign in to comment.