Explorar el Código

removed redundant parameter in expose instruction. (#173)

tags/v1.0.0
Berkant hace 5 años
committed by Andrea Spacca
padre
commit
1ffd3d0c49
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile Ver fichero

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

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

EXPOSE 8080 8080
EXPOSE 8080

Cargando…
Cancelar
Guardar