Browse Source

Production release 1.0.0

pull/396/head
Gyarbij 4 years ago
parent
commit
04aaefabae
No known key found for this signature in database GPG Key ID: 475E97703A86E06
  1. 2
      package-lock.json
  2. 2
      package.json

2
package-lock.json

@ -1,4 +1,4 @@
{
"version": "0.0.1",
"version": "1.0.0",
"lockfileVersion": 1
}

2
package.json

@ -1,5 +1,5 @@
{
"version": "0.0.1",
"version": "1.0.0",
"scripts": {
"build": "DOCKER_BUILDKIT=1 docker build --tag wireui .",
"serve": "docker-compose -f docker-compose.yml -f docker-compose.dev.yml up",

Loading…
Cancel
Save