We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a519c54 commit 240b257Copy full SHA for 240b257
Makefile
@@ -113,7 +113,7 @@ in-container/manage:
113
# =========================
114
115
docker/build:
116
- docker build . -t intbot:$(current_git_hash) intbot:latest
+ docker build . -t intbot:$(current_git_hash) -t intbot:latest
117
118
docker/run/gunicorn:
119
$(DOCKER_RUN_WITH_PORT) make in-container/gunicorn
0 commit comments