diff --git a/Dockerfile b/Dockerfile index e9dba79..727b0e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,8 +28,8 @@ RUN apt-get update \ && ln -s -v /bin/bash /bin/sh \ && mkdir /user -# COPY ./.bash_profile /user/ -# RUN chmod 755 /user; chmod 644 /user/.bash_profile -# COPY ./entrypoint.sh / +COPY ./.bash_profile /user/ +RUN chmod 755 /user; chmod 644 /user/.bash_profile +COPY ./entrypoint.sh / -# ENTRYPOINT ["/entrypoint.sh"] +ENTRYPOINT ["/entrypoint.sh"]