Skip to content

Commit

Permalink
Update makefile codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
vokomarov committed Sep 4, 2021
1 parent d7eaa3e commit bd425a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ push:
start:
docker run \
--rm \
--name $(CONTAINER_NAME) \
--net cash-track-local \
--env-file .env \
$(IMAGE_DEV)
--name $(CONTAINER_NAME) \
--net cash-track-local \
--env-file .env \
$(IMAGE_DEV)

stop:
docker stop $(CONTAINER_NAME)

0 comments on commit bd425a4

Please sign in to comment.