mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 15:43:16 +02:00
3 lines
55 B
Docker
3 lines
55 B
Docker
|
|
FROM ubuntu:18.04
|
||
|
|
RUN echo 'Hello, World!' > /test.txt
|