mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Update Dockerfile
This commit is contained in:
parent
b64602ef1d
commit
0484220923
1 changed files with 1 additions and 2 deletions
|
@ -4,9 +4,8 @@ RUN apt-get update -y && apt-get install -y python3-dev libldap2-dev libsasl2-de
|
|||
COPY requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
COPY start_worker.sh start_scheduler.sh .
|
||||
COPY .git ./.git
|
||||
COPY .git .git/
|
||||
COPY *.py .
|
||||
COPY proxstar ./proxstar
|
||||
RUN git rev-parse --short HEAD
|
||||
RUN touch targets && chmod a+w targets # This is some OKD shit.
|
||||
ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue