make release exe

This commit is contained in:
array-in-a-matrix 2024-07-24 14:44:07 -04:00
parent 3130fea9b8
commit 8d3789e752

View file

@ -6,7 +6,7 @@ COPY . /src
RUN apt-get -y update && apt-get -y upgrade && apt-get -y autoremove
RUN nimble -y install jester norm checksums
RUN nimble build
RUN nimble build -d:release
FROM scratch AS runner
COPY --from=builder /src/server .