Dockerfile and nginx.conf for api/blog
This commit is contained in:
@@ -14,6 +14,7 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
# ./mongo-ops/site/
|
||||
COPY ./_index /usr/share/nginx/html/
|
||||
COPY ./mongo-ops/site /usr/share/nginx/html/mongo-ops/
|
||||
COPY ./blog-api/site /usr/share/nginx/html/api/blog/
|
||||
|
||||
# Expose HTTP port
|
||||
EXPOSE 80
|
||||
|
||||
Reference in New Issue
Block a user