docker update
This commit is contained in:
@ -14,10 +14,6 @@ FROM nginx:1.17.1-alpine
|
||||
# COPY nginx.conf /etc/nginx/nginx.conf
|
||||
COPY --from=build /usr/src/app/dist/support-portal-frontend /usr/share/nginx/html
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# Expose port 80 to the Docker host, so we can access it
|
||||
# from the outside.
|
||||
EXPOSE 80
|
||||
|
||||
Reference in New Issue
Block a user