diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 8459865..fbdaa39 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -27,4 +27,4 @@ jobs: - name: Run Docker container run: | - docker run -d -p 8086:80 --name dev thethomaas/11ty-workflow-example:latest \ No newline at end of file + docker run -d -p 8086:3000 --name dev thethomaas/11ty-workflow-example:latest \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 00927a9..f067d48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ FROM lipanski/docker-static-website:latest ARG SITE_DIRECTORY=dist COPY $SITE_DIRECTORY . -EXPOSE 80 \ No newline at end of file +EXPOSE 3000 \ No newline at end of file