Browse Source

add build script

pull/74/head
Emile Nijssen 4 years ago
parent
commit
71243b458f
  1. 2
      package.json

2
package.json

@ -1,5 +1,5 @@
{ {
"scripts": { "scripts": {
"build": "" "build": "docker build --tag wg-easy ."
} }
} }
Loading…
Cancel
Save