From f2c3c8128b68ca01fa1ca60ee916c5993c8638d1 Mon Sep 17 00:00:00 2001 From: Alex Kretzschmar Date: Tue, 5 Dec 2023 14:00:46 -0500 Subject: [PATCH] tag and port --- .github/workflows/build.yml | 2 +- Dockerfile | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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