mirror of
https://github.com/arthur-pbty/Portfolio2025.git
synced 2026-06-03 23:36:22 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
volumes:
|
||||
- .:/app
|
||||
- /app/node_modules
|
||||
Reference in New Issue
Block a user