Move files to their own directory
This commit is contained in:
@ -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"]
|
||||
|
||||
|
Reference in New Issue
Block a user