mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-22 20:20:19 +01:00
removed redundant parameter in expose instruction. (#173)
This commit is contained in:
parent
6982590cb0
commit
1ffd3d0c49
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue