portable-portainer/Dockerfile
Adolfo Delorenzo 63d3028022 commit
2021-10-29 16:33:44 -06:00

9 lines
130 B
Docker
Executable File

FROM nginx:alpine
# Bring in the microbot
COPY html /usr/share/nginx/html
COPY start_nginx.sh /
# Run nginx
CMD /start_nginx.sh