Build backend in docker for production with env vars

This commit is contained in:
Ricardo Paes
2022-02-06 15:02:04 -03:00
parent 1e267507dd
commit 9a54297efd
6 changed files with 93 additions and 1 deletions

5
backend/.dockerignore Normal file
View File

@@ -0,0 +1,5 @@
.git
*Dockerfile*
*docker-compose*
node_modules
dist