diff --git a/Dockerfile b/Dockerfile index 73c399a..d887f4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,4 +74,4 @@ EXPOSE 8080 VOLUME /configs/ # It's time! Let's get to work! We use /configs/ as a bindable volume for Prusaslicers configurations. -CMD ["sh", "-c", "chown -R slic3r:slic3r /configs/ /dev/stdout && exec gosu slic3r supervisord"] \ No newline at end of file +CMD ["bash", "-c", "chown -R slic3r:slic3r /configs/ /dev/stdout && exec gosu slic3r supervisord"] \ No newline at end of file diff --git a/menu.xml b/menu.xml index 8ac114d..87a6728 100644 --- a/menu.xml +++ b/menu.xml @@ -3,7 +3,7 @@