use kaniko to build container
This commit is contained in:
parent
09feab6ac0
commit
775e667cb8
@ -1,5 +1,6 @@
|
|||||||
FROM thallian/confd-env:latest
|
FROM thallian/confd-env:latest
|
||||||
|
|
||||||
RUN apk --no-cache add php8-fpm
|
RUN apk --no-cache add php8-fpm
|
||||||
|
RUN ln -s /usr/sbin/php-fpm8 /bin/php-fpm8
|
||||||
|
|
||||||
ADD /rootfs /
|
ADD /rootfs /
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/with-contenv sh
|
#!/command/with-contenv sh
|
||||||
|
|
||||||
exec php-fpm8 --nodaemonize --force-stderr
|
exec php-fpm8 --nodaemonize --force-stderr
|
||||||
|
Loading…
Reference in New Issue
Block a user