Files
noofac-snackpot/templates/docker-compose/web/Dockerfile
Nick Stokoe 32f6767cd4 snackpot.yml - add docker compose config
Nominally working and tested on a remote VM
2021-12-03 17:59:35 +00:00

4 lines
64 B
Docker

FROM nginx:1.19.6-alpine
COPY nginx.conf /etc/nginx/nginx.conf