We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d790c23 commit 460ed3fCopy full SHA for 460ed3f
tini.dockerfile
@@ -44,7 +44,7 @@
44
45
RUN set -ex; \
46
eleven distroless ${BUILD_BIN}; \
47
- mv /distroless/usr/local/bin/tini-static /distroless/usr/local/bin/tini;
+ mv ${APP_ROOT}/usr/local/bin/tini-static ${APP_ROOT}/usr/local/bin/tini;
48
49
50
# ╔═════════════════════════════════════════════════════╗
0 commit comments