Skip to content

Commit

Permalink
add build script
Browse files Browse the repository at this point in the history
  • Loading branch information
shelajev committed Sep 12, 2024
1 parent 7723ff7 commit b9b87b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-image.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env sh

set -ex

docker buildx build --builder cloud-docker-devrel -t todo-demo-application:latest .
1 change: 1 addition & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ services:
# retries: 5
# volumes:
# db-data:

# secrets:
# db-password:
# file: db/password.txt
Expand Down

0 comments on commit b9b87b5

Please sign in to comment.