mirror of
https://github.com/fluencelabs/dashboard
synced 2024-12-04 23:30:20 +00:00
npm run start: npx webpack && docker build && docker run (#6)
This commit is contained in:
parent
8ef75e55dd
commit
a89c9f386d
@ -4,7 +4,7 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "webpack-serve --open",
|
||||
"start": "npx webpack && docker build -f nginx.Dockerfile -t dashboard . && docker run --rm --name dashboard -p443:443 -p80:80 dashboard",
|
||||
"serve": "webpack serve",
|
||||
"pack": "webpack --mode production",
|
||||
"prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write"
|
||||
|
Loading…
Reference in New Issue
Block a user