From 1134939d3c9ba81e70177978c9bdd692e9e8e321 Mon Sep 17 00:00:00 2001 From: Will Nilges Date: Sun, 10 Jul 2022 18:05:43 -0400 Subject: [PATCH] Remove SSH key from build --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 013a80d..23a93e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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