Give a more appropriate name to Docker container
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
98a9a87c08
commit
4c5e1080ca
2
Makefile
2
Makefile
@ -14,6 +14,6 @@ backend_docker: backend
|
||||
rm -rf $(DOCKER_TEMP_DIR)
|
||||
mkdir $(DOCKER_TEMP_DIR)
|
||||
cp remote_backend/target/release/remote_backend $(DOCKER_TEMP_DIR)
|
||||
docker build -t pierre42100/remote_backend -f remote_backend/Dockerfile "$(DOCKER_TEMP_DIR)"
|
||||
docker build -t pierre42100/virtweb_remote -f remote_backend/Dockerfile "$(DOCKER_TEMP_DIR)"
|
||||
rm -rf $(DOCKER_TEMP_DIR)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user