Files
npm-shell/Dockerfile
2025-08-21 15:32:52 +08:00

5 lines
57 B
Docker

FROM ubuntu:latest
COPY / /mnt/etc
RUN ls -ahl /mnt/etc