Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Makotogew <[email protected]>
  • Loading branch information
Makotogew authored Dec 9, 2024
1 parent 50d6ec8 commit 72dd9b3
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
@@ -1,4 +1,4 @@
install:
install:
docker build -t app .
run:
docker run --rm -it -v "$PWD":/app -p 3000:3000 app
docker run --rm -it -v "$PWD":/app -p 3000:3000 app

0 comments on commit 72dd9b3

Please sign in to comment.