github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/deploy/dev/docker/Dockerfile-ais-demo-alpine (about) 1 FROM aistore/aisnode:latest-alpine 2 WORKDIR $GOPATH/src/github.com/NVIDIA/aistore 3 CMD ["/bin/bash","-c","PORT=51080 make deploy <<< $'1\n1\n3\nn\nn\nn\n' && tail -f /tmp/ais/0/log/* /tmp/ais/1/log/*"]