Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dyipon authored Jul 28, 2022
1 parent 64c7759 commit 3eabcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certifica

USER ${RUNAS}

ENTRYPOINT ["/go/bin/transfersh", "--listener", ":8080"]
ENTRYPOINT ["/go/bin/transfersh", "--listener", ":8080", "--provider", "local", "--basedir", "/tmp/"]

EXPOSE 8080

0 comments on commit 3eabcf2

Please sign in to comment.