summaryrefslogtreecommitdiff
path: root/tasks.py
diff options
context:
space:
mode:
Diffstat (limited to 'tasks.py')
-rw-r--r--tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks.py b/tasks.py
index 66ea233..11a207a 100644
--- a/tasks.py
+++ b/tasks.py
@@ -5,7 +5,7 @@ from yaksh.settings import SERVER_POOL_PORT
SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__))
TARGET_CONTAINER_NAME = 'yaksh_code_server'
-SRC_IMAGE_NAME = 'yaksh_code_server_image'
+SRC_IMAGE_NAME = 'fossee/yaksh_codeserver'
def create_dir(path):
if not os.path.exists(path):