We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cefb26 commit db16a4fCopy full SHA for db16a4f
Makefile
@@ -1,3 +1,6 @@
1
2
build:
3
docker build -t mylxsw/wizard .
4
+
5
+package:
6
+ tar -zcf wizard.package.tar.gz * .[!.]*
0 commit comments