Revert "Revert "exp: switch to kaniko""

This reverts commit b07ad642de.
This commit is contained in:
Andrew Dolgov
2023-10-19 09:47:01 +03:00
parent b07ad642de
commit 6c75ea17da
3 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ FROM registry.fakecake.org/docker.io/nginx:alpine
HEALTHCHECK CMD curl --fail http://localhost/tt-rss/index.php || exit 1
COPY nginx.conf /etc/nginx/templates/nginx.conf.template
COPY .docker/web-nginx/nginx.conf /etc/nginx/templates/nginx.conf.template
# By default, nginx will send the php requests to "app" server, but this server
# name can be overridden at runtime by passing an APP_UPSTREAM env var