浏览代码

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/"]