updates on the dockerfile
This commit is contained in:
@@ -8,7 +8,7 @@ RUN rm -rf ./*
|
|||||||
|
|
||||||
# 2. Copy your compiled static assets into the root folder.
|
# 2. Copy your compiled static assets into the root folder.
|
||||||
# NOTE: If your folder is named "dist" instead of "build", change "build/" to "dist/"
|
# NOTE: If your folder is named "dist" instead of "build", change "build/" to "dist/"
|
||||||
COPY build/ .
|
COPY dist/ .
|
||||||
|
|
||||||
# 3. Copy your custom Nginx configuration (which you already have in your log)
|
# 3. Copy your custom Nginx configuration (which you already have in your log)
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user