Skip to content

Commit

Permalink
midna: rename dev machine
Browse files Browse the repository at this point in the history
  • Loading branch information
darakeon committed Jul 19, 2023
1 parent 76ab495 commit b44fad8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions midna/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

build:
@docker login
@docker build . -t darakeon/midna
@docker build . -t midna

db:
@cd ../sql && docker-compose up -d
Expand All @@ -23,12 +23,12 @@ run: env stop rm build db
-p 8000:8000 \
--name midna \
-d \
darakeon/midna
midna
@echo
@echo "Site running. Go to http://localhost:8000/twilight/"

push: build
@docker push darakeon/midna
@docker push midna

stop:
@docker stop midna 2> /dev/null || echo 'no midna'
Expand Down

0 comments on commit b44fad8

Please sign in to comment.