generated from Templates/Docker_Image
chore: update Containerfile to start the app instead of hello world refs NOISSUE
This commit is contained in:
@@ -3,4 +3,4 @@ FROM alpine
|
||||
WORKDIR /app
|
||||
COPY ./ai_software_factory/* /app
|
||||
|
||||
CMD ["sh", "/app/hello_world.sh"]
|
||||
CMD ["python", "/app/main.py"]
|
||||
|
||||
Reference in New Issue
Block a user