Skip to content

Commit

Permalink
Merge pull request #144 from brave/update-start-sh
Browse files Browse the repository at this point in the history
Update Dockerfile and start.sh
  • Loading branch information
DJAndries authored Jul 19, 2023
2 parents 9b72f71 + 8540e6d commit 811d661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Start by building the nitriding proxy daemon.
FROM public.ecr.aws/docker/library/golang:1.20.6-alpine as go-builder

RUN CGO_ENABLED=0 go install -trimpath -ldflags="-s -w" -buildvcs=false github.com/brave/nitriding-daemon@v1.2.1
RUN CGO_ENABLED=0 go install -trimpath -ldflags="-s -w" -buildvcs=false github.com/brave/nitriding-daemon@v1.4.0

# Build the web server application itself.
# Use the -alpine variant so it will run in a alpine-based container.
Expand Down
1 change: 1 addition & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ nitriding \
-prometheus-port 9090 \
-vsock-ext \
-disable-keep-alives \
-prometheus-namespace "starrandsrv" \
-extport 443 \
-intport 8081 &
echo "[sh] Started nitriding as reverse proxy."
Expand Down

0 comments on commit 811d661

Please sign in to comment.