Skip to content

Commit

Permalink
add build-quickstart file
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Dec 6, 2024
1 parent ad29fcf commit 01ce867
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/build-quickstart.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

set -e

# Build the docker image

docker build ../ -f ./quickstart/Dockerfile -t plane-quickstart

0 comments on commit 01ce867

Please sign in to comment.