Closed aureliojargas closed 8 years ago
Move Docker files into a subfolder, to better integrate with Docker Hub automatic builds.
There's a new README.md here, specific for Docker instructions.
README.md
Also moved from /app to /clitest the app folder inside the container.
/app
/clitest
Note: .dockerignore must be at context (repository) root, can't be moved here.
.dockerignore
Will close that one. If I put the Dockerfile inside a folder, this folder will become the build context for Docker Hub automatic build 😞
Dockerfile
Move Docker files into a subfolder, to better integrate with Docker Hub automatic builds.
There's a new
README.md
here, specific for Docker instructions.Also moved from
/app
to/clitest
the app folder inside the container.Note:
.dockerignore
must be at context (repository) root, can't be moved here.