gleam/containers/node-slim.dockerfile
2021-05-26 13:48:33 +01:00

3 lines
45 B
Docker

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