Move VPP files into their own subdir
This commit is contained in:
@ -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
|
pip install --break-system-packages dist/vppcfg-*-py3-none-any.whl
|
||||||
|
|
||||||
# Config files
|
# Config files
|
||||||
COPY files/startup.conf files/*.vpp /etc/vpp/
|
COPY files/etc/vpp/* /etc/vpp/
|
||||||
COPY files/init-container.sh /sbin/
|
COPY files/init-container.sh /sbin/
|
||||||
RUN chmod 755 /sbin/init-container.sh
|
RUN chmod 755 /sbin/init-container.sh
|
||||||
CMD ["/sbin/init-container.sh"]
|
CMD ["/sbin/init-container.sh"]
|
||||||
|
Reference in New Issue
Block a user