Skip to content

Commit

Permalink
Docker: symlink to /opt/app/dstation added
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Kornilov committed Jul 7, 2021
1 parent ee52832 commit 388be4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ ARG CI_COMMIT_REF_NAME="unset"
ARG CI_COMMIT_SHA="unset"

RUN apk --no-cache add ca-certificates
RUN ln -s /opt/app/dstation /usr/local/bin/dstation
WORKDIR /opt/app
COPY --from=build-env /go/bin/dstation .

0 comments on commit 388be4d

Please sign in to comment.