docker integration
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
stego:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
||||
container_name: stegonography-app
|
||||
|
||||
ports:
|
||||
- "3000:3000"
|
||||
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
PORT: 3000
|
||||
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user