Fix path for klayout

This commit is contained in:
mrg
2022-02-01 13:20:02 -08:00
parent 63a6168b35
commit 902695185a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -95,5 +95,6 @@ RUN mkdir /home/cad-user
RUN useradd cad-user
RUN chown -R cad-user /home/cad-user
RUN chgrp -R cad-user /home/cad-user
ADD set-paths.sh /home/cad-user/.bashrc
USER cad-user
WORKDIR /home/cad-user