Fix some bugs

This commit is contained in:
Schmelczer András 2020-01-12 20:26:32 +01:00
parent 1893b774e7
commit fd14613db7
123 changed files with 187 additions and 31 deletions

3
package.json Normal file → Executable file
View file

@ -5,7 +5,8 @@
"private": true,
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack"
"build": "webpack",
"build-docker": "webpack && docker build -t portfolio . && docker save -o target/portfolio portfolio"
},
"repository": {
"type": "git",