Remove SSH functionality to Proxmox

This commit is contained in:
Will Nilges 2022-07-29 22:24:52 -04:00
parent c809d70c68
commit 8d4a7d52a9
8 changed files with 1 additions and 58 deletions

View file

@ -7,5 +7,5 @@ COPY start_worker.sh start_scheduler.sh .
COPY .git ./.git
COPY *.py .
COPY proxstar ./proxstar
RUN touch proxmox_ssh_key targets && chmod a+w proxmox_ssh_key targets # This is some OKD shit.
RUN touch targets && chmod a+w targets # This is some OKD shit.
ENTRYPOINT ddtrace-run gunicorn proxstar:app --bind=0.0.0.0:8080