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

3 lines
47 B
Docker

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