Skip to content

Commit

Permalink
Specify that apt-* files go in project root
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoDeVuono committed Nov 14, 2014
1 parent 854dd78 commit 8176aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ git clone https://github.com/F4-Group/dokku-apt /var/lib/dokku/plugins/dokku-apt
dokku plugins-install
```

All future deployments will read `apt-repositories` and `apt-packages` files and install them using `apt-get`.
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`.

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

0 comments on commit 8176aa0

Please sign in to comment.