mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat: initial commit
This commit is contained in:
6
docker/push.sh
Executable file
6
docker/push.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
VERSION=$(node -p "require('./package.json').version")
|
||||
|
||||
docker push "dokploy/dokploy:${VERSION}"
|
||||
docker push "dokploy/dokploy:latest"
|
||||
Reference in New Issue
Block a user