2024-02-04 08:18:52 +08:00
|
|
|
docker:
|
|
|
|
@docker build --no-cache --tag go2py:latest .
|
2024-02-04 09:05:52 +08:00
|
|
|
|
|
|
|
docker_install:
|
|
|
|
@cp deploy/scripts/go2py-hw-nodes.service /etc/systemd/system/
|
|
|
|
@systemctl enable go2py-hw-nodes.service
|
|
|
|
@systemctl start go2py-hw-nodes.service
|
|
|
|
|
|
|
|
docker_uninstall:
|
|
|
|
@systemctl disable go2py-hw-nodes.service
|
|
|
|
@systemctl stop go2py-hw-nodes.service
|
|
|
|
@rm /etc/systemd/system/go2py-hw-nodes.service
|