Skip to content

Commit

Permalink
fix the file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurvinder Singh committed Apr 23, 2017
1 parent 409f4f0 commit 71d4196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN ZIP=comet_binaries_$COMET_VERSION.zip && \
mv /tmp/comet_binaries_$COMET_VERSION/comet.$COMET_VERSION.linux.exe /bin/comet && \
rm -rf /tmp/comet_binaries*

COPY ./promec-indexer-linux-amd64 /bin/promec-indexer
COPY dist/promec-indexer-linux-amd64 /bin/promec-indexer

ENV UID 999
ENV GID 999
Expand Down

0 comments on commit 71d4196

Please sign in to comment.