Skip to content

Commit

Permalink
add port back
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored May 4, 2020
1 parent d37366d commit c302b90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN apk --no-cache add ca-certificates \
&& chmod +x exportarr

FROM gcr.io/distroless/static:nonroot
ENV PORT="9707"

COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=build /build/exportarr /usr/local/bin/exportarr
Expand Down

0 comments on commit c302b90

Please sign in to comment.