removed redundant parameter in expose instruction. (#173)
This commit is contained in:
@ -12,4 +12,4 @@ COPY --from=build /go/bin/transfersh /go/bin/transfersh
|
||||
|
||||
ENTRYPOINT ["/go/bin/transfersh", "--listener", ":8080"]
|
||||
|
||||
EXPOSE 8080 8080
|
||||
EXPOSE 8080
|
||||
|
Reference in New Issue
Block a user