mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
4 lines
122 B
Docker
4 lines
122 B
Docker
FROM nginx:alpine
|
|
COPY ./onourjourney.svg /usr/share/nginx/html/
|
|
COPY ./maintenance.html /usr/share/nginx/html/index.html
|