This commit is contained in:
parent
a2ede560fa
commit
ec74e786a9
|
@ -6,5 +6,4 @@ pipeline:
|
||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tag: latest
|
tag: latest
|
||||||
dry-run: true
|
|
||||||
auto-tag: true
|
auto-tag: true
|
|
@ -1,2 +1,3 @@
|
||||||
FROM php:7-apache
|
FROM php:8-apache
|
||||||
COPY wwwroot /var/www/html
|
COPY wwwroot /var/www/html
|
||||||
|
EXPOSE 80
|
Loading…
Reference in a new issue