Skip to content
Snippets Groups Projects
Commit e3314e86 authored by Burhan Akbar's avatar Burhan Akbar
Browse files

Adjusting a bigger change v5...

parent 247ca47d
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ FROM openjdk:17-jdk-slim
WORKDIR /app
COPY build/libs/HealthCare-0.0.1-SNAPSHOT.jar app.jar
# Changed this line to copy from the root of the build context
COPY HealthCare-0.0.1-SNAPSHOT.jar app.jar
CMD ["java", "-jar", "app.jar"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment