Browse Source

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

Ilya Kuramshin 3 years ago
parent
commit
02b1fc5437
1 changed files with 1 additions and 1 deletions
  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"