zhou-hao hace 4 años
padre
commit
f9c16cbdc6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      jetlinks-standalone/Dockerfile

+ 1 - 0
jetlinks-standalone/Dockerfile

@@ -11,4 +11,5 @@ COPY --from=builder application/snapshot-dependencies/ ./
 COPY --from=builder application/spring-boot-loader/ ./
 COPY --from=builder application/application/ ./
 COPY docker-entrypoint.sh ./
+RUN chmod +x docker-entrypoint.sh
 ENTRYPOINT ["./docker-entrypoint.sh"]