From 8466bf0f98d4029b93d4e2a20326e323284c4ac4 Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Sun, 1 Oct 2017 22:30:58 +0200 Subject: Don't build pbs anymore --- images/paste/Dockerfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/images/paste/Dockerfile b/images/paste/Dockerfile index 9eedd40..460061d 100644 --- a/images/paste/Dockerfile +++ b/images/paste/Dockerfile @@ -6,11 +6,6 @@ FROM alpine:edge AS builder RUN apk add --no-cache git python3 py3-pip nodejs nodejs-npm graphicsmagick RUN git clone --single-branch --depth=1 --recursive https://github.com/ptpb/pb /app/pb -RUN cd /app/pb \ - && npm install -g grunt-cli \ - && npm install && (cd node_modules/pbs; npm install) \ - && grunt - RUN cd /app/pb \ && pip3 install --user -r requirements.txt @@ -22,3 +17,5 @@ COPY --from=builder /root/.local /root/.local ADD pb/config.yaml /root/.config/pb/config.yaml ADD uwsgi/pb.ini /app/pb.ini + +EXPOSE 80 -- cgit v1.2.3