From f68bc0c7afeb4d15f2b1ac104c9498571df80f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Sch=C3=A4rtl?= <andreas@schaertl.me> Date: Thu, 5 Nov 2020 09:53:21 +0000 Subject: [PATCH] app: fix: remove unnecessary line from Dockerfile --- src/ulo-storage-applications/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ulo-storage-applications/Dockerfile b/src/ulo-storage-applications/Dockerfile index 50195a1..e7ccab3 100644 --- a/src/ulo-storage-applications/Dockerfile +++ b/src/ulo-storage-applications/Dockerfile @@ -8,6 +8,5 @@ FROM alpine:latest RUN apk --no-cache add openjdk11 WORKDIR / COPY --from=0 /schaertl_andreas/src/ulo-storage-applications/target/uloapi-0.1-jar-with-dependencies.jar /opt/ -COPY ./target/uloapi-0.1-jar-with-dependencies.jar /opt/ EXPOSE 7400 CMD ["java", "-jar", "/opt/uloapi-0.1-jar-with-dependencies.jar"] -- GitLab