Delete Dockerfile

This commit is contained in:
soosoo 2024-11-19 05:49:45 +00:00
parent 3b03a80adb
commit 4ab86c5fe1

@ -1,5 +0,0 @@
FROM alpine:latest
RUN touch soosoo.txt
ENV name "John Dow"
ENTRYPOINT ["/bin/bash", "-c", "Hello, $name"]