tmp volume declaration removed to prevent unnecessary anonymous volumes creation (#1401)
This commit is contained in:
parent
7e3c66b197
commit
02b1fc5437
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue