Ready to clone and code.

This commit is contained in:
simon
2026-03-01 15:33:31 +00:00
committed by github-actions[bot]
parent 2410173af1
commit d488434323
10 changed files with 20 additions and 107 deletions

View File

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