HOST Variable

This commit is contained in:
2026-03-06 17:16:56 +02:00
parent ec8e8911ce
commit 3ffe0d4958
4 changed files with 18 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ COPY --from=build /app/static /app/static
RUN mkdir -p /app/data && chown -R app:app /app
EXPOSE 8002
ENV HOST=0.0.0.0
ENV PORT=8002
USER app