Files
metrics-tutorial/Dockerfile.webhost
T
Lennon Day-Reynolds de4ac6eae3 intial checkin
2023-09-13 08:06:44 -07:00

7 lines
156 B
Docker

FROM debian:stable
RUN apt-get update
RUN apt-get install curl nginx -y
RUN curl -s https://install.zerotier.com | bash
CMD ["nginx", "-g", "daemon off;"]