Files
thoughts/nginx/Dockerfile
Gabriel Kaszewski 1c52bf3ea4
Some checks failed
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 7s
feat: update Docker setup to use custom proxy image and remove redundant steps
2025-09-09 01:43:21 +02:00

3 lines
72 B
Docker

FROM nginx:stable-alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf