portainer-microbot/Dockerfile
2021-03-29 19:50:06 -06:00

9 lines
130 B
Docker

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