mirror of
https://github.com/ION606/web-to-fish.git
synced 2026-05-14 18:36:53 +00:00
added dockerfile
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
ports:
|
||||
- "5164:3000"
|
||||
volumes:
|
||||
- ./secrets:/app/secrets
|
||||
environment:
|
||||
PORT: 3000
|
||||
NODE_ENV: production
|
||||
Reference in New Issue
Block a user