summaryrefslogtreecommitdiff
path: root/pkg/docker_bundleapt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/docker_bundleapt/Makefile')
-rw-r--r--pkg/docker_bundleapt/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkg/docker_bundleapt/Makefile b/pkg/docker_bundleapt/Makefile
index e68a9cf5..f36d2ef1 100644
--- a/pkg/docker_bundleapt/Makefile
+++ b/pkg/docker_bundleapt/Makefile
@@ -10,11 +10,13 @@ login:
docker login 0xacab.org:4567
# for local tests
-
+prune:
+ docker system prune
bundler:
docker build -t $(IMAGE) .
shell:
docker run -i -t $(IMAGE) bash
bundle:
echo "cd /src/leap/bitmask-dev && VIRTUAL_ENV=/usr/local make bundle && cp -r dist/* /dist" | docker run -i -v /srv/bitmask-builds:/dist -w /dist $(IMAGE) bash
-
+systray:
+ cat systray.sh | docker run -i -v /srv/bitmask-builds:/dist -w /dist $(IMAGE) bash