Skip to content

Commit 84ac4ce

Browse files
committed
add build script
1 parent f43a7b2 commit 84ac4ce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
docker build -t permafrostsoftware/prettier-docker-ga .
4+
5+
if [ "$1" == "--push" ]; then
6+
docker push permafrostsoftware/prettier-docker-ga:latest
7+
fi

0 commit comments

Comments
 (0)