Skip to content

Commit 17feaf2

Browse files
modified Dockerfile
1 parent bd2a596 commit 17feaf2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM openjdk
2-
COPY gitcli.jar /usr/app
2+
COPY gitCliShell.jar /usr/app/
33
WORKDIR /usr/app
4-
ENTRYPOINT ["java","-jar","gitcli.jar"]
4+
ENTRYPOINT ["java","-jar","gitCliShell.jar"]

0 commit comments

Comments
 (0)