diff --git a/Dockerfile b/Dockerfile index 736ea17..716be0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ COPY LICENSE . COPY package.json . COPY package-lock.json . COPY server.js . +COPY indice-pa-websites.csv . RUN adduser --home ${HOME} --shell /bin/sh --disabled-password ${USER}