Skip to content

Commit

Permalink
(f) docker: path to bin
Browse files Browse the repository at this point in the history
  • Loading branch information
ont committed Sep 22, 2020
1 parent cd1f9b9 commit 1da7a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV FLUX_INFLUX_DB telegraf
ENV FLUX_INFLUX_URL http://localhost:8086

COPY example.conf /etc/flux.conf
ADD ./src/flux/flux /flux
ADD ./bin/server /server

EXPOSE 8080
ENTRYPOINT ["/flux"]
ENTRYPOINT ["/server"]

0 comments on commit 1da7a6b

Please sign in to comment.