Move VPP files into their own subdir

This commit is contained in:
Pim van Pelt
2025-05-04 09:28:45 +02:00
parent b5e04e427f
commit e0f336df88
6 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ RUN git clone https://github.com/pimvanpelt/vppcfg.git && cd vppcfg && python3 -
pip install --break-system-packages dist/vppcfg-*-py3-none-any.whl
# Config files
COPY files/startup.conf files/*.vpp /etc/vpp/
COPY files/etc/vpp/* /etc/vpp/
COPY files/init-container.sh /sbin/
RUN chmod 755 /sbin/init-container.sh
CMD ["/sbin/init-container.sh"]