Skip to content
Snippets Groups Projects
Commit b426e108 authored by Benguria Elguezabal, Gorka's avatar Benguria Elguezabal, Gorka
Browse files

fix caps

parent 7d355812
No related branches found
No related tags found
No related merge requests found
...@@ -17,4 +17,4 @@ COPY --from=builder /home/app/target/Anonymize.jar /Anonymize.jar ...@@ -17,4 +17,4 @@ COPY --from=builder /home/app/target/Anonymize.jar /Anonymize.jar
ENV DATA_STORAGE_URL=http://exporter:8080 ENV DATA_STORAGE_URL=http://exporter:8080
EXPOSE 80 EXPOSE 80
CMD ["java","-jar","/anonymize.jar"] CMD ["java","-jar","/Anonymize.jar"]
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment