Files
ai_software_factory/Containerfile
T

6 lines
82 B
Docker

FROM alpine
WORKDIR /app
COPY ./ai_test/* /app
CMD ["sh", "/app/hello_world.sh"]