mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-08-26 09:35:50 +00:00
@@ -33,6 +33,7 @@ FROM clearlinux/os-core:latest
|
||||
|
||||
COPY --from=builder /install_root /
|
||||
|
||||
ENV NAME="clearlinux-node"
|
||||
COPY docker-entrypoint.sh /usr/bin/
|
||||
RUN chmod +x /usr/bin/docker-entrypoint.sh
|
||||
|
||||
|
||||
@@ -5,4 +5,5 @@ if [ "${1#-}" != "${1}" ] || [ -z "$(command -v "${1}")" ]; then
|
||||
set -- node "$@"
|
||||
fi
|
||||
|
||||
echo "IMAGE NAME: $NAME"
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user