From 84b6e2d204c801807d10ed2c9e5de9ec2e658da6 Mon Sep 17 00:00:00 2001 From: Nadav Tasher Date: Sat, 27 Jan 2024 22:21:30 +0200 Subject: [PATCH] Change working directory --- image/Dockerfile.template | 3 --- 1 file changed, 3 deletions(-) diff --git a/image/Dockerfile.template b/image/Dockerfile.template index f5551cd..b648215 100644 --- a/image/Dockerfile.template +++ b/image/Dockerfile.template @@ -16,9 +16,6 @@ COPY configurations/gunicorn.conf /etc/gunicorn.conf # Copy default sources COPY src /application -# Change working directory for execution -WORKDIR /opt - # Set default command to run CMD [ "/usr/bin/supervisord", "-c", "/etc/supervisor/supervisord.conf" ]