mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-01-24 06:18:54 -05:00
4 lines
90 B
Nginx Configuration File
4 lines
90 B
Nginx Configuration File
FROM nginx:alpine
|
|
|
|
RUN rm /etc/nginx/conf.d/default.conf
|
|
COPY nginx.conf /etc/nginx/conf.d |