From e4024e0fdca9f6dab400037cfc750548d90781a9 Mon Sep 17 00:00:00 2001 From: henridb <henridb@stud.ntnu.no> Date: Fri, 3 May 2024 10:07:27 +0200 Subject: [PATCH] fix: fix 30 --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 87dec68..a913a72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,6 @@ COPY package*.json ./ RUN npm install COPY . . #ENV API_URL=http://backend:8080 -ARG VUE_APP_API_URL -ENV VUE_APP_API_URL $VUE_APP_API_URL RUN npm run build # Step 2: Setup the server with Nginx -- GitLab