This commit is contained in:
@@ -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;"]
|
||||
Reference in New Issue
Block a user