Skip to content

Commit

Permalink
Move hello to separate project
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-git committed Jun 12, 2024
1 parent 9149f51 commit f4197fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM openjdk:21
RUN mkdir /app

# Copy the app files from host machine to image filesystem
COPY build/classes/java/main /app
COPY hello/build/classes/java/main /app

# Set the directory for executing future commands
WORKDIR /app
Expand Down

0 comments on commit f4197fa

Please sign in to comment.