Skip to content
Snippets Groups Projects
Commit ee1937d0 authored by Henrik's avatar Henrik
Browse files

update docker cmd

parent 66f8fd89
No related branches found
No related tags found
No related merge requests found
Pipeline #284249 canceled
...@@ -24,5 +24,5 @@ COPY --from=build /app/target/*.jar app.jar ...@@ -24,5 +24,5 @@ COPY --from=build /app/target/*.jar app.jar
EXPOSE 8080 EXPOSE 8080
# Run the application # 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"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment