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

This commit is contained in:
Ilya Kuramshin 2022-01-19 14:46:01 +03:00 committed by GitHub
parent 7e3c66b197
commit 02b1fc5437
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"