We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95aea7 commit 8af9845Copy full SHA for 8af9845
Dockerfile
@@ -8,7 +8,8 @@ WORKDIR /src/project
8
9
RUN export CGO_ENABLED=0 &&\
10
make &&\
11
- cp registry /registry &&\
+ pwd &&\
12
+ cp ./registry /registry &&\
13
cp ../../etc/registry.sample.conf /registry.conf
14
15
FROM golang:alpine
0 commit comments