mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-04-04 17:39:38 +00:00
parent
83d4e9840d
commit
9b6988a8cb
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,7 @@
|
|||
<h1><img src="https://image.flaticon.com/icons/svg/194/194242.svg" width="50px" height="50px" /> Lemmy</h1>
|
||||
|
||||
[](https://github.com/dessalines/lemmy)
|
||||
[](https://gitlab.com/dessalines/lemmy)
|
||||

|
||||
[](https://travis-ci.org/dessalines/lemmy)
|
||||

|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
git pull
|
||||
docker-compose -f dev/docker-compose.yml up -d --no-deps --build
|
||||
|
|
Loading…
Reference in a new issue