Skip to content

Commit

Permalink
fix: Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
abouolia authored May 10, 2024
1 parent 92e3d31 commit 23d27ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/migration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 23d27ca

Please sign in to comment.