Skip to content

Commit

Permalink
Copy from the same directory structure in Dockerfile.hub for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Jan 11, 2019
1 parent 60b66f9 commit d97559b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.hub
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ EXPOSE 8080 8946
ENV SHELL /bin/bash
WORKDIR /opt/local/dkron

COPY linux_amd64/. .
COPY dist/linux_amd64/. .
ENTRYPOINT ["/opt/local/dkron/dkron"]

CMD ["--help"]

0 comments on commit d97559b

Please sign in to comment.