1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-09 16:42:49 +00:00

added docker support

This commit is contained in:
2018-11-06 23:34:34 -06:00
parent 47e365a64b
commit 25f281cb29
11 changed files with 105 additions and 100 deletions

22
.dockerignore Executable file
View File

@@ -0,0 +1,22 @@
# App artifacts
/_build
/db
/deps
/*.ez
# Generated on crash by the VM
erl_crash.dump
# Files matching config/*.secret.exs pattern contain sensitive
# data and you should not commit them into version control.
#
# Alternatively, you may comment the line below and commit the
# secrets files as long as you replace their contents by environment
# variables.
/config/dev.secret.exs
/config/*.secret.json
uploads
/priv/static/*
/client/node_modules