feat: update Docker setup to use custom proxy image and remove redundant steps
Some checks failed
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 7s

This commit is contained in:
2025-09-09 01:43:21 +02:00
parent 327e671571
commit 1c52bf3ea4
3 changed files with 5 additions and 11 deletions

3
nginx/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM nginx:stable-alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf