mirror of
https://github.com/arthur-pbty/Portfolio2025.git
synced 2026-06-03 15:07:34 +02:00
13 lines
218 B
YAML
13 lines
218 B
YAML
version: '3.8'
|
|
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "3333:3333"
|
|
environment:
|
|
- NODE_ENV=production
|
|
volumes:
|
|
- .:/app
|
|
- /app/node_modules |