WUT_Computer_Science/Dockerfile

3 lines
55 B
Docker
Raw Normal View History

2024-05-11 16:07:43 +02:00
FROM ubuntu:18.04
RUN echo 'Hello, World!' > /test.txt