Skip to content

Commit

Permalink
tag and port
Browse files Browse the repository at this point in the history
  • Loading branch information
ironicbadger committed Dec 5, 2023
1 parent bf7bdd6 commit f2c3c81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
platforms: linux/amd64
push: true
tags: |
ghcr.io/tailscale-dev/society-of-pangolin-enthusiasts
ghcr.io/tailscale-dev/society-of-pangolin-enthusiasts:latest
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ FROM nginx
COPY nginx.conf /etc/nginx/nginx.conf

# Copy the static website into the default location
COPY ./_site /usr/share/nginx/html
COPY ./_site /usr/share/nginx/html

EXPOSE 8080

0 comments on commit f2c3c81

Please sign in to comment.