|
@@ -24,6 +24,8 @@ WORKDIR /app/kpt-pasture
|
|
|
COPY --from=0 /app/kpt-pasture/config/ /app/kpt-pasture/bin/config/
|
|
|
COPY --from=0 /app/kpt-pasture/bin/kptPasture /app/kpt-pasture/bin/kptPasture
|
|
|
|
|
|
+RUN ls -l /app/kpt-pasture && RUN /app/kpt-pasture/config && RUN /app/kpt-pasture/bin
|
|
|
+
|
|
|
EXPOSE 8090
|
|
|
VOLUME ["/app/kpt-pasture/logger","/app/kpt-pasture/bin/config","/app/kpt-pasture/files"]
|
|
|
|