final
This commit is contained in:
13
deploy.yml
13
deploy.yml
@@ -1,4 +1,9 @@
|
||||
name: profen
|
||||
type: node
|
||||
start: npm run build && npx --yes -- serve -s dist -l $PORT
|
||||
dev: ./node_modules/.bin/vite --port $PORT --host
|
||||
app: profen
|
||||
stack: dockerfile
|
||||
build:
|
||||
context: .
|
||||
ports:
|
||||
- container: 3000
|
||||
host: 0
|
||||
health:
|
||||
path: /
|
||||
|
||||
Reference in New Issue
Block a user