App running in compose
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
app:
|
||||
container_name: deno_fresh_app
|
||||
build: .
|
||||
ports:
|
||||
- "443:443"
|
||||
volumes:
|
||||
- .:/app
|
||||
command: deno run -A main.ts
|
||||
Reference in New Issue
Block a user