Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
keshon committed Aug 30, 2024
1 parent f12d38f commit 1b3b6b9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docker/build-and-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ "$(docker images -q "${ALIAS}-image" 2>/dev/null)" ]; then
docker rmi "${ALIAS}-image"
fi

DOCKER_BUILDKIT=1 docker build -t "${ALIAS}-image" .
DOCKER_BUILDKIT=0 docker build -t "${ALIAS}-image" .

eval "$DOCKER_COMPOSE_COMMAND"

Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose.traefik.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.3'
services:
app:
networks:
Expand Down
1 change: 0 additions & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.3'
services:
app:
container_name: ${ALIAS}
Expand Down

0 comments on commit 1b3b6b9

Please sign in to comment.