You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ help:
28
28
@echo
29
29
@echo "Local:"
30
30
@echo " api To get a shell of network_app container"
31
-
@echo " db To get a shell of network_db container"
31
+
@echo " db To get a shell of network_db container"
32
32
@echo " start to run project through docker compose"
33
33
@echo " stop to stop all containers from docker composition"
34
34
@echo " logs to follow logs on application container"
@@ -50,7 +50,7 @@ help:
50
50
@echo " publish to publish the package to PyPI"
51
51
@echo " push_img to push image to docker hub"
52
52
@echo " test_ci Used by Travis CI to run tests on django applications. The app name must be provided. Ex. ''make test_ci app=networkapi/api_environment'"
53
-
@echo " test_ci_travis to localy run the same Travis CI tests"
53
+
@echo " test_ci_travis To locally run the same Travis CI tests"
0 commit comments