use kaniko to build container

This commit is contained in:
Sebastian Hugentobler 2022-02-14 08:26:26 +01:00
parent 09feab6ac0
commit 775e667cb8
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
FROM thallian/confd-env:latest
RUN apk --no-cache add php8-fpm
RUN ln -s /usr/sbin/php-fpm8 /bin/php-fpm8
ADD /rootfs /

View File

@ -1,3 +1,3 @@
#!/usr/bin/with-contenv sh
#!/command/with-contenv sh
exec php-fpm8 --nodaemonize --force-stderr