-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from mdrocan/docu_fix_v1
Docu fix v1
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |