mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-23 14:59:36 +02:00
4 lines
90 B
Text
4 lines
90 B
Text
|
FROM nginx:alpine
|
||
|
|
||
|
RUN rm /etc/nginx/conf.d/default.conf
|
||
|
COPY nginx.conf /etc/nginx/conf.d
|