13 lines
246 B
YAML
13 lines
246 B
YAML
services:
|
|
portfolio:
|
|
ports:
|
|
- "3000:3000"
|
|
build:
|
|
dockerfile: Dockerfile
|
|
working_dir: /app
|
|
command: /app/.output/server/index.mjs
|
|
stdin_open: true
|
|
tty: true
|
|
networks:
|
|
- default
|