mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-06 02:16:47 +00:00
5 lines
No EOL
105 B
Docker
5 lines
No EOL
105 B
Docker
FROM nginx:latest
|
|
|
|
RUN rm /etc/nginx/conf.d/default.conf
|
|
|
|
COPY nginx/villafleurie.conf /etc/nginx/conf.d/ |