Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zimmra authored Dec 5, 2023
1 parent 0cbe17b commit 2b4f82a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ RUN chmod +x /slic3r/get_latest_prusaslicer_release.sh \
&& mkdir -p /slic3r \
&& mkdir -p /home/kasm-user/.config/PrusaSlicer \
&& mkdir -p /prints \
&& ln -s /home/.config/PrusaSlicer /config/PrusaSlicer \
&& ln -s /home/kasm-user/.config/PrusaSlicer /config/PrusaSlicer \
&& chown -R kasm-user:kasm-user /slic3r /prints /config /home/kasm-user/.config/PrusaSlicer
&& chown -h kasm-user:kasm-user /config/PrusaSlicer


# Create the script and make it executable
Expand Down

0 comments on commit 2b4f82a

Please sign in to comment.