We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad29fcf commit 01ce867Copy full SHA for 01ce867
docker/build-quickstart.sh
@@ -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