From 47450249e4d3ab8c0279c43b4bafe811125ead11 Mon Sep 17 00:00:00 2001 From: Fabio Bonelli Date: Thu, 18 Jul 2024 12:44:02 +0200 Subject: [PATCH] fix: copy indice-pa-websites.csv to the container --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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}