Fix configurator command on some platforms

Turns out _on some machines_ `configurator` serivce fails because of path resolving (I guess that's why). I encountered this error when debugging custom app Docker setup in GitHub Actions. Also https://github.com/vrslev/frappe_docker/pull/26
This commit is contained in:
Lev 2022-03-14 12:30:36 +03:00 committed by GitHub
parent 7831a097c4
commit 1dcc760b7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ x-backend-defaults: &backend_defaults
services:
configurator:
<<: *backend_defaults
command: configure.py
command: /usr/local/bin/configure.py
environment:
DB_HOST: ${DB_HOST}
DB_PORT: ${DB_PORT}