mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Chown targets
VNC pod was crashing. This should help
This commit is contained in:
parent
d0c3bdef55
commit
76ecd9a2f5
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ COPY start_worker.sh start_scheduler.sh .
|
|||
COPY .git ./.git
|
||||
COPY *.py .
|
||||
COPY proxstar ./proxstar
|
||||
RUN touch proxmox_ssh_key && chmod a+w proxmox_ssh_key # This is some OKD shit.
|
||||
RUN touch proxmox_ssh_key targets && chmod a+w proxmox_ssh_key targets # This is some OKD shit.
|
||||
ENTRYPOINT ddtrace-run python3 wsgi.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue