Skip to content

Commit

Permalink
change how we start exabgp to find the env file
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Jun 28, 2022
1 parent d64c521 commit edfab52
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 @@ -37,5 +37,5 @@ ENV PATH=$PATH:/opt/exabgp/sbin/
# ENTRYPOINT [ "/bin/bash"]
ENTRYPOINT [ \
"/usr/bin/dumb-init", "--", \
"python3", "/opt/exabgp/src/exabgp/application/main.py" \
"/opt/exabgp/sbin/exabgp" \
]

0 comments on commit edfab52

Please sign in to comment.