We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7723ff7 commit b9b87b5Copy full SHA for b9b87b5
build-image.sh
@@ -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
@@ -43,6 +43,7 @@ services:
43
# retries: 5
44
# volumes:
45
# db-data:
46
47
# secrets:
48
# db-password:
49
# file: db/password.txt
0 commit comments