portable-portainer/Dockerfile

9 lines
130 B
Docker
Raw Permalink Normal View History

2021-10-06 04:48:34 +00:00
FROM nginx:alpine
# Bring in the microbot
COPY html /usr/share/nginx/html
COPY start_nginx.sh /
# Run nginx
CMD /start_nginx.sh