mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
Removed docker root prefix, add pictrs dir
This commit is contained in:
parent
cfa60dcb76
commit
ac79496036
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
mkdir -p volumes/pictrs
|
||||
sudo chown -R 991:991 volumes/pictrs
|
||||
sudo docker build ../../ --file ../dev/Dockerfile -t lemmy-dev:latest
|
||||
sudo docker-compose up -d
|
||||
|
|
|
@ -11,7 +11,7 @@ git clone https://github.com/LemmyNet/lemmy
|
|||
## Running
|
||||
|
||||
```bash
|
||||
cd /docker/dev
|
||||
cd docker/dev
|
||||
./docker_update.sh
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue