Update README.md
Build - Docker Image - PROD / publish (push) Has been cancelled

This commit is contained in:
2026-02-17 19:07:30 +00:00
parent d0440712b5
commit bc7dd69990
+1 -1
View File
@@ -1,4 +1,4 @@
``` ```
docker build -t git.steelants.cz/steelants/docker_php_base:latest . docker build --platform linux/arm/v7,linux/arm64/v8,linux/amd64 -t git.steelants.cz/steelants/docker_php_base:latest ./apache
docker push git.steelants.cz/steelants/docker_php_base:latest docker push git.steelants.cz/steelants/docker_php_base:latest
``` ```