mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-28 15:45:44 +03:00
STAM
511a8a115a
update requirements.txt github actions runs-on: ubuntu-24.04 make pip fix - failsafe - systemwide zabbix 7 + zabbix fixes cleanup ci wip: fixes, nginx update, support update wip: bookworm 12 base updates wip: requirements.txt cleanup zabbix USER fix WIP: debian 12 develop improvements
6 lines
110 B
Makefile
6 lines
110 B
Makefile
all: spphp
|
|
spphp:
|
|
|
|
docker build --compress -t epicmorg/syspass:latest .
|
|
docker push epicmorg/syspass:latest
|