initial commit
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
#FROM nginx
|
||||
#COPY static-html-directory /usr/share/nginx/html
|
||||
FROM nginx:stable-alpine
|
||||
|
||||
# Copy static site (optional, if you want to serve anything at / directly)
|
||||
COPY static-html-directory /usr/share/nginx/html
|
||||
|
||||
# Replace all default confs with ours
|
||||
COPY nginx-conf/default.conf /etc/nginx/conf.d/default.conf
|
||||
Reference in New Issue
Block a user