Skip to content

Commit

Permalink
Modify the DployDocker script #9
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelGuillemet committed Nov 19, 2022
1 parent 1188c28 commit c7ead78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeployDocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
echo "Build the docker image"
echo
cd docker || exit
docker compose -f "docker-compose.yml" up -d --build
docker-compose up -d --build

0 comments on commit c7ead78

Please sign in to comment.