emlano / futsalmatchup

A Futsal team creating/booking application
1 stars 1 forks source link

Dockerize and Deploy #81

Closed emlano closed 7 months ago

emlano commented 7 months ago

:rocket: :rocket:

emlano commented 7 months ago

Dockerized the node server and mySQL database, uses docker-compose to run the container.

docker-compose up -d --build

-d flag detaches the container from shell it was ran on. --build rebuilds with necessary changes.

Need to do CI and wait for the flask server to finish before deployment.