tsurumure 1 year ago
parent
commit
997e5700b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@ FROM openjdk:19-oracle
 
 RUN mkdir -p /app/build
 RUN chmod +x /app/build
-#ADD ./target/backendsys-1.0.0.jar /app/build/backendsys-1.0.0.jar
+ADD ./target/backendsys-1.0.0.jar /app/build/backendsys-1.0.0.jar
 ##ADD ./libs/ /app/build/libs/
 #
 #EXPOSE 48080