Skip to content

Commit 01ce867

Browse files
committed
add build-quickstart file
1 parent ad29fcf commit 01ce867

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docker/build-quickstart.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
set -e
4+
5+
# Build the docker image
6+
7+
docker build ../ -f ./quickstart/Dockerfile -t plane-quickstart

0 commit comments

Comments
 (0)