Skip to content

Commit 460ed3f

Browse files
committed
fix: var
1 parent d790c23 commit 460ed3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tini.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
RUN set -ex; \
4646
eleven distroless ${BUILD_BIN}; \
47-
mv /distroless/usr/local/bin/tini-static /distroless/usr/local/bin/tini;
47+
mv ${APP_ROOT}/usr/local/bin/tini-static ${APP_ROOT}/usr/local/bin/tini;
4848

4949

5050
# ╔═════════════════════════════════════════════════════╗

0 commit comments

Comments
 (0)