Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zimmra committed Sep 4, 2023
1 parent eabc1d4 commit 0fb0726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ RUN chmod +x /slic3r/get_latest_prusaslicer_release.sh \

# Create the script and make it executable
RUN echo '#!/bin/bash' > /usr/local/bin/prusa-slicer && \
echo 'chown -R slic3r:slic3r /home/slic3r/ /configs/ /prints/ /dev/stdout' >> /usr/local/bin/prusa-slicer && \
echo 'sudo chown -R slic3r:slic3r /home/slic3r/ /config/ /prints/ /dev/stdout' >> /usr/local/bin/prusa-slicer && \
echo 'sudo -u slic3r /slic3r/slic3r-dist/prusa-slicer --datadir /config/.config/PrusaSlicer/ "$@"' >> /usr/local/bin/prusa-slicer && \
chmod +x /usr/local/bin/prusa-slicer

Expand Down

0 comments on commit 0fb0726

Please sign in to comment.