diff --git a/Dockerfile b/Dockerfile index 08c4e63..95d0a5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file