generated from oci/template
update entrypoint
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 44s
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 44s
This commit is contained in:
parent
ca1bd11a38
commit
afb63ceb58
1 changed files with 3 additions and 0 deletions
|
@ -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"]
|
Loading…
Reference in a new issue