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