Ready to clone and code.

This commit is contained in:
simon
2026-03-14 12:58:13 +00:00
committed by github-actions[bot]
parent 44b7f644f8
commit 0b1384279d
11 changed files with 17 additions and 104 deletions

View File

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