Better docker for the frontend (#240)

* Exclude vscode local settings

* Switch the image to nginx with ENV support

* Add some doc

* Fix travis config

* Ignore coverage data

* Remove version labels

* Fix the Dockerfile according to the recent refactoring

* Cleanup

* Change maintainer

According to @woss request

* Fix travis config
This commit is contained in:
Chevdor
2020-04-15 11:15:11 +02:00
committed by GitHub
parent 2c8e8ed7d3
commit d15409bf2e
11 changed files with 114 additions and 20 deletions
+1 -1
View File
@@ -29,8 +29,8 @@ before_script:
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -f
script:
- cd frontend
- yarn
- cd frontend && yarn
- yarn test
- yarn check
- yarn build