Skip to content

Commit

Permalink
dockering cli
Browse files Browse the repository at this point in the history
  • Loading branch information
hemantDwivedi committed Jan 27, 2024
1 parent efbad9e commit 03d0b99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cli/src/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM openjdk
MAINTAINER hemant

WORKDIR /cli
COPY . /cli
RUN javac PasswordGeneratorCli.java
CMD ["java", "PasswordGeneratorCli"]
Binary file added cli/src/PasswordGeneratorCli.class
Binary file not shown.

0 comments on commit 03d0b99

Please sign in to comment.