gleam/containers/elixir-slim.dockerfile
2021-01-29 19:46:04 +00:00

3 lines
47 B
Docker

FROM elixir:slim
COPY gleam /bin
CMD ["gleam"]