diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6854d15..09d53c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 4c39382..fe723b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +COPY ./_site /usr/share/nginx/html + +EXPOSE 8080 \ No newline at end of file