Skip to content

Commit f4197fa

Browse files
committed
Move hello to separate project
1 parent 9149f51 commit f4197fa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM openjdk:21
44
RUN mkdir /app
55

66
# Copy the app files from host machine to image filesystem
7-
COPY build/classes/java/main /app
7+
COPY hello/build/classes/java/main /app
88

99
# Set the directory for executing future commands
1010
WORKDIR /app

0 commit comments

Comments
 (0)