Ver Fonte

cicd 16

Yi há 1 ano atrás
pai
commit
037a162235
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -24,7 +24,7 @@ WORKDIR /app/kpt-tmr-group
 COPY --from=0 /app/kpt-tmr-group/config/*.yaml /app/kpt-tmr-group/bin/config/
 COPY --from=0  /app/kpt-tmr-group/bin/kptTmrGroup /app/kpt-tmr-group/bin/kptTmrGroup
 
-RUN ls -l ./bin
+RUN ls -l ./bin/config
 RUN pwd
 
 EXPOSE 8090