Change container port
All checks were successful
Deploy to Docker Container / deploy (push) Successful in 50s

This commit is contained in:
TheThomaas 2023-05-26 21:44:38 +02:00
parent 6bd9b38504
commit b2799b2511
2 changed files with 2 additions and 2 deletions

View file

@ -27,4 +27,4 @@ jobs:
- name: Run Docker container
run: |
docker run -d -p 8086:80 --name dev thethomaas/11ty-workflow-example:latest
docker run -d -p 8086:3000 --name dev thethomaas/11ty-workflow-example:latest

View file

@ -16,4 +16,4 @@ FROM lipanski/docker-static-website:latest
ARG SITE_DIRECTORY=dist
COPY $SITE_DIRECTORY .
EXPOSE 80
EXPOSE 3000