feat: initial template

This commit is contained in:
2026-03-01 16:24:02 +01:00
parent 612dce0c3a
commit c96a8062a9
13 changed files with 547 additions and 1 deletions

6
Containerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM alpine
WORKDIR /app
COPY ./project_name/* /app
CMD ["sh", "/app/hello_world.sh"]