mirror of
https://github.com/glimpse-app/server.git
synced 2025-04-02 10:52:45 -04:00
make release exe
This commit is contained in:
parent
3130fea9b8
commit
8d3789e752
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
Loading…
Add table
Reference in a new issue