Skip to content

Commit b9b87b5

Browse files
committed
add build script
1 parent 7723ff7 commit b9b87b5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build-image.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env sh
2+
3+
set -ex
4+
5+
docker buildx build --builder cloud-docker-devrel -t todo-demo-application:latest .

compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ services:
4343
# retries: 5
4444
# volumes:
4545
# db-data:
46+
4647
# secrets:
4748
# db-password:
4849
# file: db/password.txt

0 commit comments

Comments
 (0)