Move files to their own directory

This commit is contained in:
Pim van Pelt
2025-05-03 13:30:04 +02:00
parent e8331cd3af
commit 234ff1d1d3
6 changed files with 2 additions and 6 deletions

View File

@ -11,10 +11,6 @@ RUN curl -s https://packagecloud.io/install/repositories/fdio/${REPO}/script.deb
RUN apt-get update
RUN apt-get -y install vpp vpp-plugin-core
RUN apt-get -y clean
COPY startup.conf /etc/vpp/startup.conf
COPY bootstrap.vpp /etc/vpp/bootstrap.vpp
COPY manual-pre.vpp /etc/vpp/manual-pre.vpp
COPY clab.vpp /etc/vpp/clab.vpp
COPY manual-post.vpp /etc/vpp/manual-post.vpp
COPY files/startup.conf /etc/vpp/startup.conf
COPY files/*.vpp /etc/vpp/
CMD ["/usr/bin/vpp","-c","/etc/vpp/startup.conf"]