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