소스 검색

change: remove obsolete code

Peter Oostenbach 10 년 전
부모
커밋
76dff81652
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      battlecamp-go-boardgenerator/Dockerfile-go-boardgenerator

+ 0 - 5
battlecamp-go-boardgenerator/Dockerfile-go-boardgenerator

@@ -5,11 +5,6 @@ FROM buildpack-deps:jessie-scm
 # Copy the local package files to the container's workspace.
 ADD bin/battlecamp-go-boardgenerator /go/bin/battlecamp-go-boardgenerator
 
-# Build the outyet command inside the container.
-# (You may fetch or manage dependencies here,
-# either manually or with a tool like "godep".)
-# RUN go install battlecamp-go-server
-
 RUN ["chmod", "755", "/go/bin/battlecamp-go-boardgenerator"]
 
 # Run the battlecamp-go-server command by default when the container starts.