1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-23 06:49:37 +02:00
AdventureLog/proxy/Dockerfile.nginx

4 lines
90 B
Text
Raw Normal View History

2024-07-09 09:11:16 -04:00
FROM nginx:alpine
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d