feat: added hello world dockerfile

This commit is contained in:
Krzysztof R. 2024-05-11 16:07:43 +02:00
parent 7158d99990
commit cb9601ddb7

2
Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM ubuntu:18.04
RUN echo 'Hello, World!' > /test.txt