Add docker build

This commit is contained in:
Khanh Ngo
2020-04-25 00:33:22 +07:00
parent a5fbb7b58a
commit b12feb08bd
9 changed files with 6629 additions and 7 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "wireguard-ui",
"version": "1.0.0",
"description": "Wireguard web interface",
"main": "index.js",
"repository": "git@github.com:ngoduykhanh/wireguard-ui.git",
"author": "Khanh Ngo <k@ndk.name>",
"license": "MIT",
"dependencies": {
"admin-lte": "^3.0",
"jquery-tags-input": "^1.3.5"
}
}