Closed steffengraber closed 5 years ago
After a build on Docker Hub there is no ./data directory inside the image. Because of this, the start of the Docker container ends with an error;
./data
/home/nest/entrypoint.sh: line 9: cd: ./data: No such file or directory
After a build on Docker Hub there is no
./data
directory inside the image. Because of this, the start of the Docker container ends with an error;