소스 검색

Remove Dockerfile commented out lines

Achilleas Koutsou 6 년 전
부모
커밋
2fcd9184b7
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      Dockerfile

+ 0 - 8
Dockerfile

@@ -35,13 +35,6 @@ RUN ln -s /git-annex/git-annex.linux/git-annex-shell /bin/git-annex-shell
 
 ENV GOGS_CUSTOM /data/gogs
 
-#COPY . /app/gogs/build
-#WORKDIR /app/gogs/build
-
-#RUN ./docker/build-go.sh
-#RUN ./docker/build.sh
-#RUN ./docker/finalize.sh
-
 # Configure LibC Name Service
 COPY docker/nsswitch.conf /etc/nsswitch.conf
 
@@ -55,7 +48,6 @@ RUN ./docker/finalize.sh
 
 # Configure Docker Container
 VOLUME ["/data"]
-#VOLUME ["/tmp"]
 EXPOSE 22 3000
 ENTRYPOINT ["/app/gogs/docker/start.sh"]
 CMD ["/bin/s6-svscan", "/app/gogs/docker/s6/"]