summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-08-16 13:08:37 -0700
committerDessalines <happydooby@gmail.com>2019-08-16 13:08:37 -0700
commit9b6988a8cb270b344de08f88efc82ae7640ca9b7 (patch)
treea41adccce241d5137e7760d5fa802f6c21a753b5
parent83d4e9840dfc68701fbd167b4dea7eee3191701d (diff)
Updating readme with gitlab and github links.
- Fixes #41
-rw-r--r--.dockerignore1
-rw-r--r--README.md2
-rwxr-xr-xdocker/docker_update.sh2
3 files changed, 3 insertions, 2 deletions
diff --git a/.dockerignore b/.dockerignore
index 73c47554..03466f0a 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,4 +1,5 @@
ui/node_modules
ui/dist
server/target
+docs
.git
diff --git a/README.md b/README.md
index a601ace0..c7550f6d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
<h1><img src="https://image.flaticon.com/icons/svg/194/194242.svg" width="50px" height="50px" /> Lemmy</h1>
+[![Github](https://img.shields.io/badge/-Github-blue)](https://github.com/dessalines/lemmy)
+[![Gitlab](https://img.shields.io/badge/-Gitlab-yellowgreen)](https://gitlab.com/dessalines/lemmy)
![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/dessalines/lemmy.svg)
[![Build Status](https://travis-ci.org/dessalines/lemmy.svg?branch=master)](https://travis-ci.org/dessalines/lemmy)
![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/dessalines/lemmy.svg)
diff --git a/docker/docker_update.sh b/docker/docker_update.sh
index 0891943f..1758f731 100755
--- a/docker/docker_update.sh
+++ b/docker/docker_update.sh
@@ -1,5 +1,3 @@
#!/bin/sh
set -e
-
-git pull
docker-compose -f dev/docker-compose.yml up -d --no-deps --build