Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Aug 26, 2024
1 parent 9dc92a3 commit 10ce8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV GOPATH /stenographer
ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"

RUN git clone github.com/qxip/stenographer /stenographer/src
RUN git clone https://github.com/QXIP/stenographer /stenographer/src
ENV BINDIR=/opt/stenographer/bin
RUN mkdir -p ${BINDIR} && \
cd /stenographer/src && \
Expand Down

0 comments on commit 10ce8eb

Please sign in to comment.