From 2cbae9e050bb509367bfafe63cd029b9c0c8e546 Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Tue, 7 Jun 2022 16:21:59 +0200 Subject: Remove unused ARG instructions from Dockerfile Think this was a mix-up of env vars and build args --- Dockerfile | 4 ---- 1 file changed, 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 ./ -- cgit v1.1