use kaniko to build container
This commit is contained in:
parent
09feab6ac0
commit
775e667cb8
2 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue