1
0
Fork 0

Docker: stretch -> buster

This commit is contained in:
Chocobozzz 2019-12-12 09:49:31 +01:00
parent 3c0d0c669d
commit c82bf36a3f
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 7 additions and 7 deletions

View file

@ -81,7 +81,7 @@ $ docker-compose up -d
```shell
$ git clone https://github.com/chocobozzz/PeerTube /tmp/peertube
$ cd /tmp/peertube
$ docker build . -f ./support/docker/production/Dockerfile.stretch
$ docker build . -f ./support/docker/production/Dockerfile.buster
```
## Development