CI/CD
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Jakub K 2023-11-19 20:44:45 +01:00
parent 748ece7c1c
commit f9913cd9bb

View File

@ -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;"]