portainer-microbot/Dockerfile

9 lines
130 B
Docker
Raw Normal View History

2021-03-30 01:50:06 +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