Revert "exp: switch to kaniko"

This reverts commit 56315b39b4.
This commit is contained in:
Andrew Dolgov
2023-10-19 09:21:49 +03:00
parent 56315b39b4
commit b07ad642de
3 changed files with 13 additions and 15 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 .docker/web-nginx/nginx.conf /etc/nginx/templates/nginx.conf.template
COPY 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