1
0
mirror of https://gitlab.com/MisterBiggs/Resume.git synced 2025-06-16 01:16:39 +00:00

site now runs in docker

This commit is contained in:
Anson 2019-09-02 14:28:55 -07:00
parent a5229774f8
commit 58166917bd

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM nginx:stable-alpine
COPY site /usr/share/nginx/html