-
Notifications
You must be signed in to change notification settings - Fork 614
Open
Description
FROM eclipse-temurin:17-jdk
WORKDIR /app
here we create folder in container
COPY . /app
#copy data from host to conatiner folder
RUN javac src/Main.java
#here we compile java code first
Run the Java application when the container starts
CMD ["java", "Main]
please add this docker file
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels