Skip to content

Commit 0aad280

Browse files
committed
Create /tmp folder in Dockerfile
1 parent cc2766e commit 0aad280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ COPY --from=build /src/immudb /usr/sbin/immudb
8383
COPY --from=build /src/immuadmin /usr/local/bin/immuadmin
8484
COPY --from=build --chown="$IMMU_UID:$IMMU_GID" /empty "$IMMUDB_HOME"
8585
COPY --from=build --chown="$IMMU_UID:$IMMU_GID" /empty "$IMMUDB_DIR"
86+
COPY --from=build --chown="$IMMU_UID:$IMMU_GID" /empty /tmp
8687
COPY --from=build "/etc/ssl/certs/ca-certificates.crt" "/etc/ssl/certs/ca-certificates.crt"
8788

8889
EXPOSE 3322

0 commit comments

Comments
 (0)