mirror of https://github.com/LemmyNet/lemmy.git
Adding volumes to dockerignore.
parent
62679090a3
commit
87db5ab64d
|
@ -1,4 +1,5 @@
|
|||
ui/node_modules
|
||||
ui/dist
|
||||
server/target
|
||||
docker/dev/volumes
|
||||
.git
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
#!/bin/sh
|
||||
sudo chmod -R 777 volumes
|
||||
docker-compose up -d --no-deps --build
|
||||
|
|
Loading…
Reference in New Issue