File tree 3 files changed +3
-225
lines changed
3 files changed +3
-225
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ COPY scanner scanner
25
25
COPY jekyll jekyll
26
26
COPY metrics metrics
27
27
COPY version version
28
- COPY publishers.thirdparty.yml publishers.thirdparty.yml
29
- COPY publishers.yml publishers.yml
30
28
COPY blacklist blacklist
31
29
COPY config.toml.example config.toml
32
30
COPY domains.yml.example domains.yml
@@ -38,6 +36,9 @@ COPY start.sh .
38
36
COPY vitality-ranges.yml .
39
37
COPY wait-for-it.sh .
40
38
39
+ RUN wget https://raw.githubusercontent.com/italia/developers.italia.it/HEAD/_data/publishers.thirdparty.yml
40
+ RUN wget https://raw.githubusercontent.com/italia/developers.italia.it/HEAD/_data/publishers.yml
41
+
41
42
# Run as unprivileged user
42
43
RUN adduser --home ${HOME} --shell /bin/sh --disabled-password ${USER}
43
44
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments