update entrypoint
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 44s

This commit is contained in:
merith-xyz 2024-11-03 13:12:07 -08:00
parent ca1bd11a38
commit afb63ceb58

View file

@ -32,3 +32,6 @@ RUN apt-get update && \
python3-venv && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
ENTRYPOINT ["/usr/bin/entrypoint.sh" "--bind-addr" "0.0.0.0:8080" "/workspace"]