melatonin 0.9.0

A version manager for the BYOND environment
Documentation
1
2
3
4
5
6
7
8
9
10
11
FROM rust AS build

WORKDIR /tmp/build

COPY . .

RUN cargo install --path .

FROM ubuntu:latest

COPY --from=build /usr/local/cargo/bin/* /usr/local/bin/