1
0
mirror of https://github.com/dutchcoders/transfer.sh.git synced 2020-11-18 19:53:40 -08:00

removed redundant parameter in expose instruction. (#173)

This commit is contained in:
Berkant 2018-10-28 21:40:30 +03:00 committed by Andrea Spacca
parent 6982590cb0
commit 1ffd3d0c49

View File

@ -12,4 +12,4 @@ COPY --from=build /go/bin/transfersh /go/bin/transfersh
ENTRYPOINT ["/go/bin/transfersh", "--listener", ":8080"] ENTRYPOINT ["/go/bin/transfersh", "--listener", ":8080"]
EXPOSE 8080 8080 EXPOSE 8080