Skip to content

Commit

Permalink
Merge pull request #68 from amosproj/enhancement/backend-frontend-start
Browse files Browse the repository at this point in the history
Add frontend startup commands to Makefile
  • Loading branch information
nikolas-rauscher authored May 22, 2024
2 parents 3a46855 + 6bd4efe commit 5f62733
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 5f62733

Please sign in to comment.