mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-10 20:36:46 +00:00
3 lines
No EOL
103 B
Docker
3 lines
No EOL
103 B
Docker
FROM nginx:latest
|
|
RUN rm /etc/nginx/conf.d/default.conf
|
|
COPY nginx/villafleurie.conf /etc/nginx/conf.d/ |