From 76ecd9a2f534cec09cc95773f79b639a57379314 Mon Sep 17 00:00:00 2001 From: Will Nilges Date: Mon, 27 Jun 2022 19:47:47 -0400 Subject: [PATCH] Chown `targets` VNC pod was crashing. This should help --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e0db826..23a93e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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