init
This commit is contained in:
@@ -5,8 +5,5 @@ WORKDIR /usr/share/nginx/html
|
|||||||
# Copy static files
|
# Copy static files
|
||||||
COPY public/ ./
|
COPY public/ ./
|
||||||
|
|
||||||
# If the site references additional resources, copy them too
|
|
||||||
COPY resources/ ./resources
|
|
||||||
|
|
||||||
# Provide custom nginx.conf for clean URLs
|
# Provide custom nginx.conf for clean URLs
|
||||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user