Skip to content

Commit 8cceba6

Browse files
coldfixtcardonne
authored andcommitted
Rename debian-buster/ to docker/
1 parent f869f31 commit 8cceba6

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ help: ## This help.
1010
.DEFAULT_GOAL := help
1111

1212
build: ## Build the image
13-
docker build -t $(APP_NAME) debian-buster
13+
docker build -t $(APP_NAME) docker
1414

1515
shell: ## Creates a shell inside the container for debug purposes
1616
docker run -it $(APP_NAME) bash
1717

1818
shell-compose: ## Creates a shell inside the docker-compose service for debug purposes
19-
docker-compose run --rm runner bash
19+
docker-compose run --rm runner bash

0 commit comments

Comments
 (0)