Adicionar web/Dockerfile.nginx
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
# Copy custom nginx config
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
# Copy static site
|
||||
COPY index.html /usr/share/nginx/html/index.html
|
||||
Reference in New Issue
Block a user