1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-22 22:39:36 +02:00
AdventureLog/proxy/Dockerfile.nginx
Sean Morley 7b9023dd07 nginx!
2024-07-09 09:11:16 -04:00

4 lines
No EOL
90 B
Nginx Configuration File

FROM nginx:alpine
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d