summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 62a76c9..ad28be8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,7 +10,8 @@ ARG COLLECTOR_URL
ARG JWT_URL
ARG PER_PAGE
-COPY . ./
+COPY src src
+COPY .babelrc .eslintrc.json .parcelrc ./
RUN npm run build