Skip to content

Commit

Permalink
fixes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
CptPie committed Feb 15, 2019
1 parent 2e83132 commit f176a81
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ RUN apk --no-cache add ca-certificates \

RUN mkdir /source
WORKDIR /source
RUN curl -Lo strichliste.tar.gz https://github.com/strichliste/strichliste-backend/releases/download/v1.4.0/strichliste-backend.tar.gz
RUN curl -Lo strichliste.tar.gz https://github.com/strichliste/strichliste/releases/download/v1.4.1/strichliste.tar.gz
RUN tar -xf strichliste.tar.gz
RUN rm -r strichliste.tar.gz

RUN curl -Lo strichliste-frontend.tar.gz https://github.com/strichliste/strichliste-web-frontend/releases/download/v1.3.1/strichliste-web-frontend.tar.gz
RUN tar -xf strichliste-frontend.tar.gz --strip 1 -C public/

FROM alpine:3.8

Expand Down

0 comments on commit f176a81

Please sign in to comment.