mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 16:23:11 +02:00
feat: added hello world dockerfile
This commit is contained in:
parent
7158d99990
commit
cb9601ddb7
2
Dockerfile
Normal file
2
Dockerfile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
FROM ubuntu:18.04
|
||||||
|
RUN echo 'Hello, World!' > /test.txt
|
||||||
Loading…
Reference in New Issue
Block a user