From ee1937d0ccd15db85a6eec85e535be31f34f90a7 Mon Sep 17 00:00:00 2001 From: henridb <henridb@stud.ntnu.no> Date: Fri, 3 May 2024 12:06:31 +0200 Subject: [PATCH] update docker cmd --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44e3714..98a4934 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"] -- GitLab