Skip to content

Commit

Permalink
Merge pull request #256 from Amsterdam/update-Makefile
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
manilde authored Oct 24, 2023
2 parents c1014c7 + 277701f commit a4edfa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ push: build ## Push prod image to Amsterdam registry
$(dc) push

app: ## Run app
$(run) --service-ports web
$(run) --service-ports dev

dev: ## Run the development app
$(run) --service-ports web
$(run) --service-ports dev

test: ## Execute tests
$(run) test $(ARGS)
Expand Down

0 comments on commit a4edfa4

Please sign in to comment.