Merge pull request #279 from hcooper/dynamic-port

Support dynamic ports
This commit is contained in:
Donkie
2024-02-01 18:25:04 +01:00
committed by GitHub
27 changed files with 30 additions and 55 deletions

View File

@@ -66,4 +66,3 @@ RUN echo "GIT_COMMIT=${GIT_COMMIT}" > build.txt \
# Run command
EXPOSE 8000
ENTRYPOINT ["/home/app/spoolman/entrypoint.sh"]
CMD ["--host", "0.0.0.0", "--port", "8000"]