Peter Oostenbach 10 năm trước cách đây
mục cha
commit
6ab780a946
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      battlecamp-go-boardgenerator/Dockerfile-go-boardgenerator

+ 1 - 1
battlecamp-go-boardgenerator/Dockerfile-go-boardgenerator

@@ -3,7 +3,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-boardgenerator
+ADD bin/battlecamp-go-boardgenerator /go/bin/battlecamp-go-boardgenerator
 
 # Build the outyet command inside the container.
 # (You may fetch or manage dependencies here,