Skip to content

Commit

Permalink
long lost changes
Browse files Browse the repository at this point in the history
  • Loading branch information
celestix committed Feb 9, 2025
1 parent 28bc32f commit 57fa5b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk add --no-cache curl wget gnupg git upx
WORKDIR /app
COPY . .
RUN CGO_ENABLED=0 GOOS=`go env GOHOSTOS` GOARCH=`go env GOHOSTARCH` go build -o out/srink -ldflags="-w -s" .
RUN upx --brute out/srink
# RUN upx --brute out/srink
RUN git clone https://github.com/srinkco/website

# Run Stage: Run bot using the bot binary copied from build stage
Expand Down
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
DEFAULT_PORT = 7837
DEFAULT_API_URL = "https://srink.co"
DEFAULT_API_URL = "https://s.udk.me"
)

type config struct {
Expand Down

0 comments on commit 57fa5b3

Please sign in to comment.