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