Skip to content

Commit 7485351

Browse files
ukellergrealish
authored andcommitted
Docker demo build
1 parent 664b6da commit 7485351

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

build_demo.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/bash
2+
pushd $(dirname $0)
3+
pushd examples/greengrass/parsec-greengrass-run-config/docker/
4+
pwd
5+
docker build . --tag parallaxsecond/greengrass_demo:latest
6+
popd
7+
8+
pushd ./parsec-testcontainers/
9+
./build.sh
10+
popd
11+
12+
13+
docker build . -f greengrass_demo/Dockerfile
14+

0 commit comments

Comments
 (0)