Skip to content

Commit

Permalink
chore(docker): get publishers.*.yml from italia/developers.italia.it
Browse files Browse the repository at this point in the history
Get the publishers from the repo at italia/developers.italia.it
when building the Docker image.

italia#298
  • Loading branch information
bfabio committed Apr 1, 2023
1 parent e61ca24 commit 2a05fd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 225 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ COPY scanner scanner
COPY jekyll jekyll
COPY metrics metrics
COPY version version
COPY publishers.thirdparty.yml publishers.thirdparty.yml
COPY publishers.yml publishers.yml
COPY blacklist blacklist
COPY config.toml.example config.toml
COPY domains.yml.example domains.yml
Expand All @@ -38,6 +36,9 @@ COPY start.sh .
COPY vitality-ranges.yml .
COPY wait-for-it.sh .

RUN wget https://raw.githubusercontent.com/italia/developers.italia.it/HEAD/_data/publishers.thirdparty.yml
RUN wget https://raw.githubusercontent.com/italia/developers.italia.it/HEAD/_data/publishers.yml

# Run as unprivileged user
RUN adduser --home ${HOME} --shell /bin/sh --disabled-password ${USER}

Expand Down
172 changes: 0 additions & 172 deletions publishers.thirdparty.yml

This file was deleted.

51 changes: 0 additions & 51 deletions publishers.yml

This file was deleted.

0 comments on commit 2a05fd7

Please sign in to comment.