Skip to content

Commit

Permalink
fix: run the docker container depends on the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Knoblauchpilze committed Mar 30, 2024
1 parent 4921b19 commit 08281bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
user-service-build:
docker build --tag user-service -f build/users/Dockerfile .

user-service-run:
user-service-run: user-service-build
docker run -p 5432 -p 60001:60001 user-service

0 comments on commit 08281bf

Please sign in to comment.