Fix possible issues
This commit is contained in:
@@ -11,8 +11,8 @@ RUN go build -ldflags "-s -w -X 'github.com/debridmediamanager/zurg/internal/ver
|
||||
FROM alpine:3 AS obfuscator
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/zurg .
|
||||
# RUN apk add --no-cache upx
|
||||
# RUN upx --brute zurg
|
||||
RUN apk add --no-cache upx
|
||||
RUN upx --brute zurg
|
||||
# Create a health check script that extracts the port from the config file
|
||||
COPY ./healthcheck.sh /app/healthcheck.sh
|
||||
RUN chmod +x /app/healthcheck.sh
|
||||
|
||||
Reference in New Issue
Block a user