mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-08-28 04:46:58 -04:00
new dockerfile things
This commit is contained in:
@@ -50,13 +50,14 @@ make
|
||||
|drag-and-drop external item | upload file/folders|
|
||||
|
||||
### using with docker
|
||||
a pretty short docker file is provided
|
||||
multiple dockerfiles are provided in the `docker` folder. to simply get started just have a look below
|
||||
|
||||
|
||||
```sh
|
||||
# build docker image
|
||||
make
|
||||
docker build -t gossa .
|
||||
# build
|
||||
cd docker
|
||||
docker build -t gossa -f download .
|
||||
|
||||
# run
|
||||
sudo docker run -v ~/ToShare:/shared -p 8001:8001 gossa
|
||||
```
|
||||
sudo docker run -v ~/LocalDirToShare:/shared -p 8001:8001 gossa
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user