Add a docker dev environment that starts a container without building the image

+ Add dev.sh script to start the dev environment
+ Add generated flags to the .gitignore file
This commit is contained in:
Stephan
2021-12-03 10:21:43 +01:00
parent 6b6ca57639
commit 2b061c5f65
3 changed files with 43 additions and 1 deletions
+4 -1
View File
@@ -107,4 +107,7 @@ dist
prisma/migrations
# Ignore config files for docker
host/
host/
# Ignore flags
INITIALIZED