adding in docker and such

This commit is contained in:
talksik
2023-10-01 14:25:51 -07:00
parent 2f9648ac1c
commit 42440feab2
4 changed files with 25 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
version: '3'
services:
flowy-landing:
build:
context: .
dockerfile: Dockerfile
ports:
- 3000:3000
volumes:
- /etc/data/flowy-landing/users.db:./users.db