Browse Source

removed redundant parameter in expose instruction. (#173)

tags/v1.0.0
Berkant 5 years ago
committed by Andrea Spacca
parent
commit
1ffd3d0c49
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -12,4 +12,4 @@ COPY --from=build /go/bin/transfersh /go/bin/transfersh

ENTRYPOINT ["/go/bin/transfersh", "--listener", ":8080"]

EXPOSE 8080 8080
EXPOSE 8080

Loading…
Cancel
Save