Skip to content

Commit

Permalink
Use PATH instead of dotsource
Browse files Browse the repository at this point in the history
  • Loading branch information
Barchok authored and arunvelsriram committed Jul 25, 2024
1 parent 4744011 commit 872a0d4
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 @@ -4,4 +4,4 @@ COPY ./sftp-exporter /usr/local/bin/
EXPOSE 8080
RUN useradd -ms /bin/bash sftp-exporter
USER sftp-exporter
ENTRYPOINT ["./sftp-exporter"]
ENTRYPOINT ["sftp-exporter"]

0 comments on commit 872a0d4

Please sign in to comment.