We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43a7b2 commit 84ac4ceCopy full SHA for 84ac4ce
build.sh
@@ -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