소스 검색

removed redundant parameter in expose instruction. (#173)

tags/v1.0.0
Berkant 5 년 전
committed by Andrea Spacca
부모
커밋
1ffd3d0c49
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile 파일 보기

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

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

EXPOSE 8080 8080
EXPOSE 8080

불러오는 중...
취소
저장