fix: fix container build, refs NOISSUE

This commit is contained in:
2026-04-02 02:09:35 +02:00
parent b10c34f3fc
commit d82b811e55

View File

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