feat: add dockerfile for the entire web app

This commit is contained in:
James Murdza
2024-06-04 01:06:50 -04:00
parent 478fe49d4b
commit 7fd3e3c546
2 changed files with 44 additions and 0 deletions

3
.dockerignore Normal file
View File

@ -0,0 +1,3 @@
frontend/node_modules
backend/server/.env
backend/server/node_modules