feat: added monorepo

This commit is contained in:
2023-07-02 02:20:41 -03:00
parent db0d493944
commit c67dead763
38 changed files with 810 additions and 96 deletions

13
docker-compose.yml Normal file
View File

@@ -0,0 +1,13 @@
version: "3"
services:
client:
build:
context: ./packages/client
dockerfile: Dockerfile
ports:
- "3000:3000"
volumes:
- ./packages/client:/app
- /app/node_modules
environment:
- NODE_ENV=$NODE_ENV