mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-03-10 13:34:45 +00:00
parent
b3e363828c
commit
7a7f98260a
3 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
ui/node_modules
|
ui/node_modules
|
||||||
ui/dist
|
ui/dist
|
||||||
server/target
|
server/target
|
||||||
|
docs
|
||||||
.git
|
.git
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
<h1><img src="https://image.flaticon.com/icons/svg/194/194242.svg" width="50px" height="50px" /> Lemmy</h1>
|
<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)
|
[](https://travis-ci.org/dessalines/lemmy)
|
||||||

|

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