Parcourir la source

tmp volume declaration removed to prevent unnecessary anonymous volumes creation (#1401)

Ilya Kuramshin il y a 3 ans
Parent
commit
02b1fc5437
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      kafka-ui-api/Dockerfile

+ 1 - 1
kafka-ui-api/Dockerfile

@@ -1,6 +1,6 @@
 FROM alpine:3.15.0
 RUN apk add --no-cache openjdk13-jre libc6-compat gcompat
-VOLUME /tmp
+
 ARG JAR_FILE
 COPY "/target/${JAR_FILE}" "/kafka-ui-api.jar"