Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink authored Jul 28, 2024
1 parent c532293 commit b1e0bfa
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,5 +1,5 @@
init:
docker run --rm -v $(shell pwd)/sg_data/session:/SearchGram/searchgram/session --env-file=env/gram.env --entrypoint=/bin/sh -it bennythink/searchgram:ng
docker run --rm -v $(shell pwd)/sg_data/session:/SearchGram/searchgram/session --env-file=env/gram.env --entrypoint=/bin/sh -it bennythink/searchgram

up:
echo "Starting up..."
Expand Down Expand Up @@ -40,6 +40,6 @@ format:

upgrade:
git pull
docker pull bennythink/searchgram:ng
docker pull bennythink/searchgram
docker-compose up -d

0 comments on commit b1e0bfa

Please sign in to comment.