fix to Docker for workaround

This commit is contained in:
Benjamin Krein 2023-11-14 19:53:38 -05:00
parent 2151300ed9
commit 5e6fff54dc
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ FROM debian:bullseye-slim AS runner
USER root
WORKDIR /home/pi
COPY --from=build /home/pi/piscsi/cpp/bin/fullspec/* /usr/local/bin/
COPY --from=build /home/pi/piscsi/cpp/bin/* /usr/local/bin/
COPY docker/backend/piscsi_wrapper.sh /usr/local/bin/piscsi_wrapper.sh
RUN chmod +x /usr/local/bin/*
RUN mkdir -p /home/pi/images