Skip to content

Commit

Permalink
build-dev: Update Makefile to start both backend and frontend with Do…
Browse files Browse the repository at this point in the history
…cker and npm

Signed-off-by: Nikolas Rauscher <[email protected]>
  • Loading branch information
nikolas-rauscher committed May 22, 2024
1 parent 3a46855 commit 6bd4efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ migrate:

build-dev:
DOCKER_BUILDKIT=1 COMPOSE_DOCKER_CLI_BUILD=1 $(DOCKER_COMPOSE) -f docker-compose.yml up --build -d

@cd ../frontend && sudo npm install && sudo npm run dev

stop-dev:
@$(DOCKER_COMPOSE) -f docker-compose.yml down
Expand Down

0 comments on commit 6bd4efe

Please sign in to comment.