Updates, inlining, fix for container restarts
This commit is contained in:
10
Dockerfile
10
Dockerfile
@@ -1,10 +1,4 @@
|
||||
# Armandine gallery – static site served by Nginx
|
||||
FROM nginx:alpine
|
||||
|
||||
# Copy static site into default Nginx docroot
|
||||
COPY src/ /usr/share/nginx/html/
|
||||
|
||||
# Optional: custom nginx config could be COPY'd here
|
||||
# COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
EXPOSE 80
|
||||
COPY nginx/conf.d/ /etc/nginx/conf.d/
|
||||
COPY dist/ /usr/share/nginx/html/
|
||||
|
||||
Reference in New Issue
Block a user