File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed
Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ LABEL maintainer="arne@hilmann.de"
44
55USER root
66RUN apk add --update inotify-tools jq curl && rm -rf /var/cache/apk/*
7- RUN npm -g config set user root
8- RUN npm install -g http-server && npm cache clean --force
97COPY markdeck/loop.decktape /usr/local/bin/loop.decktape
108RUN ln -sf /slides /target
119USER node
Original file line number Diff line number Diff line change 1- VERSION =0.20
2- MOTTO ="charts-n-math"
3-
41PANDOC_VERSION =2.1.1
52REVEALJS_VERSION =3.6.0
63ASCIINEMAPLAYER_VERSION =v2.6.0
@@ -9,15 +6,7 @@ IMPRESSJS_VERSION=1.0.0-beta2
96
107
118all : prepare
12- docker build \
13- --rm \
14- --build-arg VERSION=$(VERSION ) \
15- --build-arg MOTTO=$(MOTTO ) \
16- --build-arg http_proxy=$$ {http_proxy:-} \
17- --build-arg https_proxy=$$ {https_proxy:-} \
18- -t arne/markdeck:latest \
19- -t arne/markdeck:$(VERSION ) \
20- .
9+ docker-compose build
2110
2211
2312tag : all
@@ -26,8 +15,7 @@ tag: all
2615
2716
2817push : all
29- docker push arne/markdeck:$(VERSION )
30- docker push arne/markdeck:latest
18+ docker-compose push
3119
3220
3321prepare : downloaded/bin/pandoc \
You can’t perform that action at this time.
0 commit comments