Skip to content

Commit

Permalink
touched to rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdeback authored and ericdeback committed Apr 9, 2024
1 parent 4f51fd1 commit d478e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /app
COPY . /app

# Build the application
RUN javac MyApp.java
RUN javac app/MyApp.java

# Run the application
CMD ["java", "MyApp"]

0 comments on commit d478e43

Please sign in to comment.