Update Dockerfile
This commit is contained in:
parent
cd20ecc53f
commit
cf0d92e149
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ FROM nginx:latest
|
||||||
COPY --from=builder /app/site /usr/share/nginx/html
|
COPY --from=builder /app/site /usr/share/nginx/html
|
||||||
|
|
||||||
# Copy custom Nginx configuration file (if needed)
|
# Copy custom Nginx configuration file (if needed)
|
||||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
# COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
# Expose port 80
|
# Expose port 80
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue