update to prod

This commit is contained in:
Blake Ridgway
2025-11-29 13:28:43 -06:00
parent 39be2eaaa3
commit d3c1dabf64
2 changed files with 5 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ RUN npm install
COPY . .
ARG VUE_APP_API_URL=http://127.0.0.1:5000
ARG VUE_APP_API_URL=https://dev-api.rideaware.org
ENV VUE_APP_API_URL=$VUE_APP_API_URL
RUN npm run build