1
0

updating docker-compose

This commit is contained in:
midefos 2024-05-21 00:09:19 +02:00
parent f7c2f313f7
commit 7331bc6406
2 changed files with 4 additions and 4 deletions

View File

@ -2,12 +2,9 @@ version: "3.9"
services:
martillo-maldito:
image: martillo-maldito:latest
image: git.midefos.com/midefos/martillo-maldito:latest
restart: always
network_mode: "host"
build:
context: .
pull_policy: build
cap_add:

3
upload.sh Normal file
View File

@ -0,0 +1,3 @@
sudo docker build -f Dockerfile -t martillo-maldito .
sudo docker tag martillo-maldito:latest git.midefos.com/midefos/martillo-maldito:latest
sudo docker push git.midefos.com/midefos/martillo-maldito:latest