Move dockerignore file away from root

This commit is contained in:
Félix Malfait 2023-11-13 10:46:17 +01:00
parent 2befd0ff14
commit 7ed17bb2bc
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +0,0 @@
server/node_modules/
server/.env

2
server/.dockerignore Normal file
View File

@ -0,0 +1,2 @@
node_modules/
.env