Skip to content

Commit

Permalink
Fix typo in previous commit and build docker image on push
Browse files Browse the repository at this point in the history
  • Loading branch information
spectrapulse committed Nov 8, 2024
1 parent c9eb797 commit 7f31dd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build Docker image

on:
workflow_dispatch:
push:

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion docker/nginx.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ http {
root /usr/share/nginx/html;

location / {
try_files $uri $uri/ /index.html
try_files $uri $uri/ /index.html;
}

error_page 404 /index.html;
Expand Down

0 comments on commit 7f31dd8

Please sign in to comment.