summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 24aa85e..3eab1f9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,10 +6,6 @@ COPY package*.json ./
RUN npm install
-ARG COLLECTOR_URL
-ARG JWT_URL
-ARG PER_PAGE
-
COPY src src
COPY .parcelrc ./