Skip to content

Commit

Permalink
update run-api
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Oct 22, 2023
1 parent 0f03a13 commit d4c3dd1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ build:
docker build -t akatsuki-api:latest .

run-api:
docker run --network
docker run \
--env APP_COMPONENT=api \
--network=host \
--env-file=.env \
-it akatsuki-api:latest

0 comments on commit d4c3dd1

Please sign in to comment.