Create a simple Dockerfile

This commit is contained in:
Andrew Tomaka 2023-02-17 21:51:53 -05:00
parent 0cc7d7fe42
commit d6f80faee6
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
3 changed files with 60 additions and 0 deletions

4
Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM nginx:alpine-slim
COPY _site /usr/share/nginx/html
COPY nginx/default.conf.template /etc/nginx/templates/