Skip to content

Commit 8af9845

Browse files
committed
debug
1 parent b95aea7 commit 8af9845

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ WORKDIR /src/project
88

99
RUN export CGO_ENABLED=0 &&\
1010
make &&\
11-
cp registry /registry &&\
11+
pwd &&\
12+
cp ./registry /registry &&\
1213
cp ../../etc/registry.sample.conf /registry.conf
1314

1415
FROM golang:alpine

0 commit comments

Comments
 (0)