Allow fresh installs to proceed by generating /configs/.config/ if it doesn't already exist.

This commit is contained in:
Michael Helfrich 2022-02-02 19:12:15 -05:00
parent 71ac305092
commit 820ed3fe27

View File

@ -63,6 +63,7 @@ RUN apt-get update && apt-get install -y \
&& chown -R slic3r:slic3r /slic3r /home/slic3r /configs/ \
&& locale-gen en_US \
&& mkdir /configs/.local \
&& mkdir -p /configs/.config/ \
&& ln -s /configs/.config/ /home/slic3r/
COPY --from=easy-novnc-build /bin/easy-novnc /usr/local/bin/