comparison Dockerfile @ 363:45d4399f6c15

merge
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 08 Aug 2018 18:14:31 +0200
parents 6d145ee0a097
children 20d2edbc863d
comparison
equal deleted inserted replaced
362:2c58906649be 363:45d4399f6c15
13 COPY 3rdpartylibs.sh ./ 13 COPY 3rdpartylibs.sh ./
14 COPY auth ./auth/ 14 COPY auth ./auth/
15 COPY cmd ./cmd/ 15 COPY cmd ./cmd/
16 COPY config ./config/ 16 COPY config ./config/
17 COPY controllers ./controllers/ 17 COPY controllers ./controllers/
18 COPY misc ./misc/
18 COPY Makefile ./ 19 COPY Makefile ./
19 COPY example_conf.toml ./ 20 COPY example_conf.toml ./
20 21
21 RUN make gemma && mkdir /opt/bin && mv cmd/gemma/gemma /opt/bin/ 22 RUN make gemma && mkdir /opt/bin && mv cmd/gemma/gemma /opt/bin/
22 23