Skip to content
Snippets Groups Projects
Commit f68bc0c7 authored by Andreas Schärtl's avatar Andreas Schärtl
Browse files

app: fix: remove unnecessary line from Dockerfile

parent caa5f10c
Branches
No related tags found
No related merge requests found
......@@ -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"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment