feat(update): minor changes

This commit is contained in:
Olivier Louvignes
2018-07-07 00:53:31 +02:00
parent c13dfa8865
commit a51e656534
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
volumes/ volumes/
.idea/ .idea/
.history/
.env .env

View File

@ -9,5 +9,8 @@ bash:
reconfigure: reconfigure:
@docker-compose exec gitlab gitlab-ctl reconfigure @docker-compose exec gitlab gitlab-ctl reconfigure
backup:
@docker-compose exec gitlab gitlab-rake gitlab:backup:create
build: build:
@bash scripts/buildEnv.sh @bash scripts/buildEnv.sh