This commit is contained in:
parent
748ece7c1c
commit
f9913cd9bb
@ -14,4 +14,4 @@ COPY --from=build-stage /app/dist/ /usr/share/nginx/html
|
||||
# Expose port 80 to the outside
|
||||
EXPOSE 80
|
||||
# Start Nginx when the container has provisioned.
|
||||
CMD ["nginx", "-g", "daemon off"]
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Loading…
x
Reference in New Issue
Block a user