diff --git a/Containerfile b/Containerfile index 364c613..b4dbead 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,6 @@ FROM alpine WORKDIR /app -COPY ./ai_test/* /app +COPY ./ai_software_factory/* /app CMD ["sh", "/app/hello_world.sh"] \ No newline at end of file