diff --git a/.dockerignore b/.dockerignore index 73c475542..03466f0a3 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 a601ace0b..c7550f6d1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@

Lemmy

+[![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 0891943f8..1758f7317 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