Files
noofac-snackpot/templates/docker-compose/web/Dockerfile
Nick Stokoe d2bcfec810 snackpot.yml - add docker compose config
Nominally working and tested on a remote VM
2021-02-07 13:08:33 +00:00

4 lines
64 B
Docker

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