refactoring

This commit is contained in:
2023-01-14 20:11:57 -03:00
parent 6f9cdb0c44
commit f36060498e
4 changed files with 21 additions and 50 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
version: "2.9"
services:
app:
build: .
volumes:
- .:/usr/src
- /usr/src/node_modules
environment:
NODE_ENV: ${NODE_ENV}