Skip to content

Commit

Permalink
changes nginx base image, disabled healthcheck for now - needs fixing…
Browse files Browse the repository at this point in the history
… a bit
  • Loading branch information
mdrocan committed Sep 17, 2023
1 parent c41ee45 commit 776e543
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions web_server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM nginx:1.25.2

HEALTHCHECK CMD curl --fail http://localhost:80 || exit 1
FROM nginx:mainline-alpine3.18-slim

LABEL testing-service="Mocking Fronius Inverter"
USER nginx
# USER nginx

COPY GetPowerFlowRealtimeData.fcgi /usr/share/nginx/html/GetPowerFlowRealtimeData.fcgi

# HEALTHCHECK CMD curl --fail http://localhost:8080 || exit 1

0 comments on commit 776e543

Please sign in to comment.