|
|
|
|
@ -9,7 +9,7 @@ RUN apt-get update \
|
|
|
|
|
&& apt-get clean \
|
|
|
|
|
&& mkdir -p /home/ftuser/.vscode-server /home/ftuser/.vscode-server-insiders /home/ftuser/commandhistory \
|
|
|
|
|
&& echo "export PROMPT_COMMAND='history -a'" >> /home/ftuser/.bashrc \
|
|
|
|
|
&& echo "export HISTFILE=~/commandhistory/.bash_hi>story" >> /home/ftuser/.bashrc \
|
|
|
|
|
&& echo "export HISTFILE=~/commandhistory/.bash_history" >> /home/ftuser/.bashrc \
|
|
|
|
|
&& chown ftuser:ftuser -R /home/ftuser/.local/ \
|
|
|
|
|
&& chown ftuser: -R /home/ftuser/
|
|
|
|
|
|
|
|
|
|
|