Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ RUN mix local.hex --force && mix local.rebar --force

COPY . .
RUN mix deps.get
RUN mix compile
# RUN mix test
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ defmodule ElixirWithGleam.MixProject do
defp deps do
[
{:mix_gleam, "~> 0.1.0"},
{:gleam_stdlib, "~> 0.9.0"}
# {:gleam_stdlib, "~> 0.9.0"}
{:gleam_stdlib, github: "gleam-lang/stdlib", manager: :rebar3}
# {:gleam_stdlib, path: "./stdlib"}
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
]
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%{
"gleam_stdlib": {:hex, :gleam_stdlib, "0.9.0", "d1323850e8c1481d8d6661ee572dd54d5f0f1c2ccef208a0adebb72183b7b465", [:rebar3], [], "hexpm", "01cf1c5d9047121f1f88913448df3fe7f9016c6f7d98a9729219a06c4d88395d"},
"gleam_stdlib": {:git, "https://github.com/gleam-lang/stdlib.git", "f88c132f3407f85a4580968d149c0f53a50d06b6", []},
"mix_gleam": {:hex, :mix_gleam, "0.1.0", "a0cee5d30de865124a32ca6cd53b64c3e2ac57f12adf6e47b88fb673f47c716e", [:mix], [], "hexpm", "9ff518e6aab444c7f2e74038f9383020ef89810cf1f4402911f33b202ffd72e7"},
}