Initial commit.
This commit is contained in:
commit
005477d827
14 changed files with 274 additions and 0 deletions
3
Dockerfile
Normal file
3
Dockerfile
Normal 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"]
|
Loading…
Add table
Add a link
Reference in a new issue