Update Dockerfile

This commit is contained in:
Kamontat Chantrachirathumrong
2021-05-25 08:18:14 +07:00
committed by GitHub
parent 9465fd390a
commit 7dcf94f80c

View File

@@ -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/