diff --git a/Dockerfile b/Dockerfile index 44e37147bb0347c9ffe62b47218a12603dc37f48..98a4934bf5ca11e265f4ed9cbdbf57d766e658ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,5 +24,5 @@ COPY --from=build /app/target/*.jar app.jar EXPOSE 8080 # Run the application -CMD ["java", "-DAPI_URL=https://api.sparesti.org", "-jar", "app.jar"] +CMD ["java", "-DAPI_URL=https://api.sparesti.org", "-DFRONTEND_URL=https://sparesti.org", "-jar", "app.jar"]