diff --git a/Dockerfile b/Dockerfile index 3e451e5..fd700c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,8 +66,7 @@ ENV PYTHONPATH="/usr/local/lib/" \ HISTFILESIZE=1000 \ HISTSIZE=1000 -RUN sudo -u ${AVATAO_USER} bash -c 'shopt -s cmdhist' &&\ - sudo -u ${AVATAO_USER} bash -c 'shopt -s histappend' +RUN echo "shopt -s cmdhist && shopt -s histappend" >> .bashrc COPY nginx/nginx.conf ${TFW_NGINX_CONF} COPY nginx/components/ ${TFW_NGINX_COMPONENTS}