mirror of
https://github.com/gleam-lang/gleam.git
synced 2025-12-23 09:47:08 +00:00
3 lines
49 B
Docker
3 lines
49 B
Docker
FROM erlang:latest
|
|
COPY gleam /bin
|
|
CMD ["gleam"]
|