Skip to content

Commit

Permalink
Merge pull request FRRouting#16143 from eremcan/patch-1
Browse files Browse the repository at this point in the history
docker: fix chmod issues when running container for debian
  • Loading branch information
ton31337 authored Jun 7, 2024
2 parents 64f447f + a5f82ba commit 0cbe6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ RUN chown -R frr:frr /etc/frr /var/run/frr
ENTRYPOINT ["/usr/bin/tini", "--"]

# Default CMD starts watchfrr
COPY docker-start /usr/lib/frr/docker-start
COPY --chmod=0755 docker-start /usr/lib/frr/docker-start
CMD ["/usr/lib/frr/docker-start"]

0 comments on commit 0cbe6df

Please sign in to comment.