proxy api through web hostname
CI / compose (push) Successful in 10m13s

This commit is contained in:
Marco0300
2026-09-03 16:40:18 +02:00
parent 0478228c08
commit 01da41cc21
4 changed files with 132 additions and 5 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ COPY app.js /srv/app.js
COPY healthz /srv/healthz
COPY health.html /srv/health.html
COPY error.html /srv/error.html
COPY server.py /srv/server.py
RUN chown -R app:app /srv
USER app
EXPOSE 8080
CMD ["python", "-m", "http.server", "8080", "--bind", "0.0.0.0", "--directory", "/srv"]
CMD ["python", "/srv/server.py"]