update
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
web:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: pasargad-bricks:latest
|
||||
container_name: pasargad-bricks
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5000:5000"
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
PORT: 5000
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- ./data/contactMessages.json:/app/data/contactMessages.json
|
||||
Reference in New Issue
Block a user