mirror of
https://github.com/glimpse-app/server.git
synced 2025-04-02 10:52:45 -04:00
rename exe to glimpse instead of server
This commit is contained in:
parent
51a36b9435
commit
60ddd8462f
5 changed files with 3 additions and 3 deletions
|
@ -9,4 +9,4 @@ RUN nimble -y install jester norm checksums
|
|||
RUN nimble build -d:release
|
||||
|
||||
FROM scratch AS runner
|
||||
COPY --from=builder /src/server .
|
||||
COPY --from=builder /src/glimpse .
|
|
@ -11,4 +11,4 @@ RUN nimble build -d:release
|
|||
ARG PORT=8080
|
||||
EXPOSE $PORT
|
||||
|
||||
ENTRYPOINT ["./server"]
|
||||
ENTRYPOINT ["./glimpse"]
|
BIN
glimpse
Executable file
BIN
glimpse
Executable file
Binary file not shown.
|
@ -3,7 +3,7 @@ author = "Array in a Matrix"
|
|||
description = "Glimpse backend server."
|
||||
license = "AGPL-3.0-or-later"
|
||||
|
||||
bin = @["server"]
|
||||
bin = @["glimpse"]
|
||||
srcDir = "src"
|
||||
backend = "c"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue