Skip to content

Commit a4761cb

Browse files
author
Stephan Stiefel
committed
removed unnecessary variables
1 parent cdd546f commit a4761cb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ RUN mvn clean package
66

77
FROM openjdk:8u181
88

9-
ENV VERSION "2.0"
10-
ENV PROJECT_NAME "sherlock-anomaly-detection"
11-
129
RUN mkdir -p /sherlock
1310

1411
WORKDIR /sherlock
@@ -17,4 +14,4 @@ COPY --from=build /tmp/target/*-jar-with-dependencies.jar /sherlock/sherlock.jar
1714
RUN chmod +x sherlock.jar
1815

1916
ENTRYPOINT ["sh", "-c", \
20-
"java -jar sherlock.jar --version ${VERSION} --project-name ${PROJECT_NAME} $0 $@"]
17+
"java -jar sherlock.jar $0 $@"]

0 commit comments

Comments
 (0)