mirror of
https://github.com/gleam-lang/gleam.git
synced 2025-08-04 19:08:20 +00:00
7 lines
133 B
Docker
7 lines
133 B
Docker
FROM node:slim
|
|
|
|
ARG TARGETARCH
|
|
COPY gleam-${TARGETARCH} /bin/gleam
|
|
COPY gleam-${TARGETARCH}.sbom.spdx.json /opt/sbom/
|
|
|
|
CMD ["gleam"]
|