This commit is contained in:
parent
2b3cff5823
commit
d6c861fc85
@ -33,7 +33,7 @@ COPY --from=build /usr/local/nginx /usr/local/nginx
|
||||
COPY --from=build /etc/nginx /etc/nginx
|
||||
|
||||
# Copy custom Nginx configuration
|
||||
COPY ./docker/nginx.conf /etc/nginx/nginx.conf
|
||||
COPY ./nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
# Expose the default HTTP port
|
||||
EXPOSE 80
|
||||
|
Loading…
Reference in New Issue
Block a user