Remove SSH key from build

This commit is contained in:
Will Nilges 2022-07-10 18:05:43 -04:00
parent 7ab74fb2e4
commit 1134939d3c

View file

@ -8,6 +8,4 @@ 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.
# This is so cringe, but it's for development. Comment this before pushing.
COPY HACKING/ssh_key proxmox_ssh_key
ENTRYPOINT ddtrace-run python3 wsgi.py