update: docker Support for the Electron version will be delayed. We don't need it for now.
16 lines
215 B
YAML
16 lines
215 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
aquavox:
|
|
build: .
|
|
ports:
|
|
- "2611:2611"
|
|
environment:
|
|
- NODE_ENV=production
|
|
volumes:
|
|
- .:/app
|
|
command: ["bun", "web:deploy"]
|
|
|
|
volumes:
|
|
node_modules:
|