mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 17:25:08 +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 \
|
-f installation/erpnext-publish.yml \
|
||||||
up -d
|
up -d
|
||||||
|
|
||||||
|
print_group Fix permissions
|
||||||
docker run \
|
docker run \
|
||||||
--rm \
|
--rm \
|
||||||
--user root \
|
--user root \
|
||||||
|
|
|
||||||
|
|
@ -36,5 +36,8 @@ docker run \
|
||||||
frappe/frappe-worker:test new
|
frappe/frappe-worker:test new
|
||||||
|
|
||||||
ping_site
|
ping_site
|
||||||
|
|
||||||
|
print_group Stop and remove containers
|
||||||
docker_compose_with_args down
|
docker_compose_with_args down
|
||||||
|
|
||||||
rm .env
|
rm .env
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue