Skip to content

Commit

Permalink
Merge pull request #35 from M3nin0/dev
Browse files Browse the repository at this point in the history
build: updating docker compose command
  • Loading branch information
M3nin0 committed Apr 4, 2024
2 parents 6921ff6 + 05db3a1 commit 05d7bf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/builder/finish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
#
# 1. Stopping the services
#
docker-compose -f docker/builder/docker-compose.yml down
docker compose -f docker/builder/docker-compose.yml down
2 changes: 1 addition & 1 deletion docker/builder/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ extract_from_quotes() {
#
# 1. Configuring the required services to build
#
docker-compose -f docker/builder/docker-compose.yml up -d
docker compose -f docker/builder/docker-compose.yml up -d

#
# 2. Authenticating on registry
Expand Down

0 comments on commit 05d7bf9

Please sign in to comment.