mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
updater
This commit is contained in:
parent
1fc8dba457
commit
9cb259c0da
2 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ docker-compose \
|
|||
-f installation/erpnext-publish.yml \
|
||||
up -d
|
||||
|
||||
print_group Fix permissions
|
||||
docker run \
|
||||
--rm \
|
||||
--user root \
|
||||
|
|
|
|||
|
|
@ -36,5 +36,8 @@ docker run \
|
|||
frappe/frappe-worker:test new
|
||||
|
||||
ping_site
|
||||
|
||||
print_group Stop and remove containers
|
||||
docker_compose_with_args down
|
||||
|
||||
rm .env
|
||||
|
|
|
|||
Loading…
Reference in a new issue