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

View File

@@ -5,7 +5,7 @@ defmodule MyApp.Mixfile do
[
app: :myapp,
version: "1.1.0",
elixir: "~> 1.5.2",
elixir: "~> 1.7.3",
elixirc_paths: elixirc_paths(Mix.env),
compilers: [:phoenix, :gettext] ++ Mix.compilers,
start_permanent: Mix.env == :prod,