diff --git a/Dockerfile b/Dockerfile index 87dec688ab9ab69c346562ce07de9bacacea6f08..a913a72fcdffacd99e77ea46fda658469e12306c 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