File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,6 @@ ENV CHROMIUM_VERSION 86.0.4240.111-r0
88WORKDIR /usr/src/ylt
99
1010RUN apk upgrade --update && apk --no-cache add git gcc make g++ zlib-dev libjpeg-turbo-dev nasm
11- RUN git clone https://github.com/gmetais/YellowLabTools.git -b ${VERSION} . \
12- && git checkout e9ab1fd \
13- && NODE_ENV=development && npm install --only=prod
14-
15-
1611RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" > /etc/apk/repositories \
1712 && echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
1813 && echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
@@ -27,7 +22,9 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" > /etc/apk/repositorie
2722 harfbuzz \
2823 nss \
2924 ttf-freefont
30-
25+ RUN git clone https://github.com/gmetais/YellowLabTools.git -b ${VERSION} . \
26+ && git checkout e9ab1fd \
27+ && NODE_ENV=development && npm install --only=prod
3128
3229
3330RUN which chromium-browser
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ This image will be updated continuously.
88```
99docker run --privileged -p 8383:8383 ousamabenyounes/yellowlabtools
1010```
11+ or if you prefer to run it in detached mode adding -d option
12+
13+ ```
14+ docker run -d --privileged -p 8383:8383 ousamabenyounes/yellowlabtools
15+ ```
1116
1217And then open [ ` http://localhost:8383/ ` ] ( http://localhost:8383/ ) on your web browser.
1318
You can’t perform that action at this time.
0 commit comments