فهرست منبع

change: remove obsolete code

Peter Oostenbach 10 سال پیش
والد
کامیت
adf4c0e653
1فایلهای تغییر یافته به همراه1 افزوده شده و 7 حذف شده
  1. 1 7
      battlecamp-go-bot/Dockerfile-go-bot

+ 1 - 7
battlecamp-go-bot/Dockerfile-go-bot

@@ -4,13 +4,7 @@ FROM buildpack-deps:jessie-scm
 
 # Copy the local package files to the container's workspace.
 ADD bin/battlecamp-go-server /go/bin/battlecamp-go-bot
-
-# 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-bot"]
 
-# Run the battlecamp-go-server command by default when the container starts.
+# Run the battlecamp-go-bot command by default when the container starts.
 ENTRYPOINT ["/go/bin/battlecamp-go-bot"]