Fixing existing dir

This commit is contained in:
FlUxIuS 2024-05-20 22:36:10 +02:00
parent 450eadaf85
commit a835866b77
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ RUN ./entrypoint.sh bettercap_soft_install
# Installing extra software
RUN ./entrypoint.sh jupiter_soft_install
RUN mkdir /sdrtools/
RUN mkdir -p /sdrtools/
COPY run /sdrtools/run
# Cleaning and quitting

View File

@ -109,7 +109,7 @@ RUN ./entrypoint.sh kc908_sa_device
# Installing extra software
RUN ./entrypoint.sh jupiter_soft_install
RUN mkdir /sdrtools/
RUN mkdir -p /sdrtools/
COPY run /sdrtools/run
# Cleaning and quitting