mirror of
https://github.com/WeeJeWel/wg-easy.git
synced 2024-11-18 00:19:22 +08:00
14 lines
193 B
JSON
14 lines
193 B
JSON
{
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "docker build --tag wg-easy ."
|
|
},
|
|
"docker": {
|
|
"production": {
|
|
"tags": "latest"
|
|
},
|
|
"staging": {
|
|
"beta"
|
|
}
|
|
}
|
|
} |