mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Update translations
This commit is contained in:
parent
c7cd537b4d
commit
9dc3c97c79
9 changed files with 853 additions and 95 deletions
9
Makefile
9
Makefile
|
|
@ -21,8 +21,13 @@ restart:
|
|||
status:
|
||||
@docker-compose ps
|
||||
|
||||
tx:
|
||||
@docker-compose run --no-deps --rm tx tx pull -a
|
||||
|
||||
console-node:
|
||||
@docker-compose run --no-deps --rm node sh
|
||||
console-tx:
|
||||
@docker-compose run --no-deps --rm tx sh
|
||||
console-php:
|
||||
@docker-compose exec php sh
|
||||
console:
|
||||
|
|
@ -40,7 +45,11 @@ logs-nginx:
|
|||
@docker-compose logs --tail=100 -f nginx
|
||||
logs-mail:
|
||||
@docker-compose logs --tail=100 -f mail
|
||||
logs-tx:
|
||||
@docker-compose logs --tail=100 -f tx
|
||||
|
||||
rl-dev:
|
||||
@docker-compose run --no-deps --rm node gulp build
|
||||
rl-build:
|
||||
@docker-compose run --no-deps --rm node gulp all
|
||||
rl-build-pro:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue