Add docker compose file

pull/29/head
Subby 1 year ago committed by GitHub
parent 2334a5e33c
commit e41761c87c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,14 @@
version: "2.1"
services:
dick:
container_name: dick
build:
context: ./
dockerfile: Dockerfile
command: npm start
volumes:
- ./constants.ts:/app/dick/src/constants.ts
- ../ass:/app/ass
ports:
- 3000:3000
restart: unless-stopped
Loading…
Cancel
Save