Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdegraef committed Dec 14, 2023
1 parent 914c9cf commit 0c8626b
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 @@ -44,7 +44,7 @@ RUN mkdir /home/${user}/XtalFolder \
&& mkdir /home/${user}/.config \
&& mkdir /home/${user}/.config/EMsoft \
&& mkdir /home/${user}/.config/EMsoft/tmp \
&& cp ~/EMs/EMsoft/EMsoftDockerConfig.template /home/${user}/.config/EMsoft/EMsoftConfig.json
&& cp /home/EMs/EMsoft/EMsoftDockerConfig.template /home/${user}/.config/EMsoft/EMsoftConfig.json

# run terminal for EMuser at /home/${user}
WORKDIR /home/${user}
Expand Down

0 comments on commit 0c8626b

Please sign in to comment.