From 23d27cafc1ecd7adeb8adc83239912f4c2ae87d3 Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Fri, 10 May 2024 11:36:01 +0200 Subject: [PATCH] fix: Update Dockerfile --- docker/migration/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker/migration/Dockerfile b/docker/migration/Dockerfile index 69ea51793..d61ef0679 100644 --- a/docker/migration/Dockerfile +++ b/docker/migration/Dockerfile @@ -34,8 +34,5 @@ WORKDIR /app/packages/server RUN git clone https://github.com/vishnubob/wait-for-it.git -ADD docker/migration/start.sh / -RUN chmod +x /start.sh - # Once we listen the mysql port run the migration task. CMD ./wait-for-it/wait-for-it.sh mysql:3306 -- sh -c "node ./build/commands.js system:migrate:latest && node ./build/commands.js tenants:migrate:latest"