Skip to content

Commit

Permalink
Add bup command
Browse files Browse the repository at this point in the history
  • Loading branch information
xalaida committed Jan 29, 2023
1 parent c945803 commit 4b03ac4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ env.dev:
env.prod:
cp .env.prod .env

# Build and restart containers
install: build.all up
# Build and start containers
bup: build.all up

# Start containers
up:
Expand Down
3 changes: 3 additions & 0 deletions client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ env.dev:
env.prod:
cp .env.prod .env

# Build and start containers
bup: build up

# Start containers
up:
docker compose -f ${COMPOSE_FILE} up -d
Expand Down

0 comments on commit 4b03ac4

Please sign in to comment.