feat: first commit
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 18s

This commit is contained in:
2026-01-02 16:42:38 +01:00
parent a4190b440c
commit 41aa43153d
3 changed files with 45 additions and 0 deletions

2
Dockerfile Normal file
View File

@@ -0,0 +1,2 @@
FROM ubuntu:18.04
RUN echo 'Hello, World!'