mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-27 04:18:45 +02:00
Pack also statics during compilation
This commit is contained in:
@ -13,7 +13,6 @@ RUN go generate && go build -o ./out/ghostream .
|
||||
FROM alpine:3.12
|
||||
RUN apk add ca-certificates libressl libstdc++ libgcc
|
||||
COPY --from=build_base /code/out/ghostream /app/ghostream
|
||||
COPY --from=build_base /code/web/static /app/web/static
|
||||
COPY --from=build_base /usr/local/lib64/libsrt.so.1 /lib/libsrt.so.1
|
||||
WORKDIR /app
|
||||
# 8080 for Web and Websocket, 2112 for prometheus monitoring and 9710 for SRT
|
||||
|
Reference in New Issue
Block a user