Use Dockerfile provided by Phoenix generator

This commit is contained in:
2022-02-21 08:10:47 +01:00
parent e84ebe58f1
commit a48a320691
3 changed files with 76 additions and 34 deletions

18
.dockerignore Normal file
View File

@@ -0,0 +1,18 @@
.dockerignore
# there are valid reasons to keep the .git, namely so that you can get the
# current commit hash
#.git
.log
tmp
# Mix artifacts
_build
deps
*.ez
releases
# Generate on crash by the VM
erl_crash.dump
# Static artifacts
node_modules