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"