Files
portainer-templates/Dockerfile
2023-04-23 22:36:00 +01:00

7 lines
143 B
Docker

FROM nginx:stable-alpine
COPY templates.json /usr/share/nginx/html/templates.json
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80