Ver código fonte

removed redundant parameter in expose instruction. (#173)

tags/v1.0.0
Berkant 5 anos atrás
committed by Andrea Spacca
pai
commit
1ffd3d0c49
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile Ver arquivo

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

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

EXPOSE 8080 8080
EXPOSE 8080

Carregando…
Cancelar
Salvar