Skip to content

Commit

Permalink
just up 1 app
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Sep 6, 2023
1 parent d8a179e commit c259ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ login:
@echo $DOCKER_PAT | docker login ghcr.io -u $DOCKER_USER --password-stdin

# Starts images
up:
up app="":
@just login
@echo "Starting server with database $NODE_ENV at {{dockerfile}}"
@docker compose -f {{dockerfile}} up -d
@docker compose -f {{dockerfile}} up -d {{app}}

update:
@if [ "${NODE_ENV}" = "production" ]; then \
Expand Down

0 comments on commit c259ebe

Please sign in to comment.