diff --git a/.woodpecker/docker.yml b/.woodpecker/docker.yml index 024ff79..0e1b018 100644 --- a/.woodpecker/docker.yml +++ b/.woodpecker/docker.yml @@ -6,5 +6,4 @@ pipeline: settings: platforms: linux/amd64 tag: latest - dry-run: true auto-tag: true \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 954ee80..6a54487 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,3 @@ -FROM php:7-apache -COPY wwwroot /var/www/html \ No newline at end of file +FROM php:8-apache +COPY wwwroot /var/www/html +EXPOSE 80 \ No newline at end of file