Update dockerfile

This commit is contained in:
2022-02-28 22:36:37 +01:00
parent e706a2f5ba
commit a37608d8cd

View File

@@ -3,7 +3,7 @@
"scripts": {
"dev": "vite --port 3333 --open --host",
"build": "vite build",
"preview": "vite preview --port 3344",
"preview": "vite preview --port 3344 --host",
"lint": "eslint . --ext=.ts,.vue",
"test": "vitest"
},