forked from LemmyNet/lemmy
parent
fc6bd5ad83
commit
ffd02370b6
3 changed files with 3 additions and 2 deletions
@ -1,4 +1,5 @@ |
||||
ui/node_modules |
||||
ui/dist |
||||
server/target |
||||
docs |
||||
.git |
||||
|
@ -1,5 +1,3 @@ |
||||
#!/bin/sh |
||||
set -e |
||||
|
||||
git pull |
||||
docker-compose -f dev/docker-compose.yml up -d --no-deps --build |
||||
|
Reference in new issue