Browse Source

dockerfile: add volume

Yi 1 year ago
parent
commit
e0118de8d2
1 changed files with 1 additions and 1 deletions
  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
 
-EXPOSE 8000
+EXPOSE 8090
 VOLUME /app/kpt-tmr-group/bin/logger
 
 CMD ["/app/kpt-tmr-group/bin/kptTmrGroup","http"]