Skip to content

Commit 094f2cb

Browse files
committed
Merge pull request #4 from StefanoDeVuono/3-better-documentation-for-set-up
Specify that apt-* files go in project root
2 parents 854dd78 + 8176aa0 commit 094f2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ git clone https://github.com/F4-Group/dokku-apt /var/lib/dokku/plugins/dokku-apt
1414
dokku plugins-install
1515
```
1616

17-
All future deployments will read `apt-repositories` and `apt-packages` files and install them using `apt-get`.
17+
When you deploy your project, the dokku-apt plugin will install according to your project's `apt-repositories` and `apt-packages` files. You should store these files in your projects root as the docker container will copy your project to its /app directory. This is where the dokku-apt plugin looks for `apt-repositories` and `apt-packages`.
1818

1919
## apt-packages
2020
This file should contain apt packages to install, accepts multiple packages per line, and multiple lines.

0 commit comments

Comments
 (0)