visevol / GihubVisualisation

PFE028 Été 2024
MIT License
0 stars 1 forks source link

Add docker compose file at the root of the project #1

Closed zergov closed 1 day ago

zergov commented 2 weeks ago

Fixes: #2

I updated the Dockerfile of the backend service, and I added a docker compose file at the root of the project so that both services can be started at the same time with a simple command. I also updated the README at the root of the project to provide instructions.

Update Backend Dockerfile

Reorder Dockerfile instructions to make build time faster when only the source changes.

Add docker compose file at the root of the project

Developers can just run this command at the root of the project to launch both the frontend and backend services:

$ docker compose up
syw1-art commented 1 day ago

docker compose up command worked so I think it should be good

zergov commented 1 day ago

@syw1-art thanks for testing it out :P