Initial commit.

This commit is contained in:
Lyle Mantooth 2020-12-21 23:24:07 -05:00
commit 005477d827
14 changed files with 274 additions and 0 deletions

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM alpine:latest
ADD _build/prod/rel/swapi_example /
CMD ["bin/swapi_example", "eval", "Application.ensure_all_started(:swapi_example); SwapiExample.run"]