Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
identw committed Mar 18, 2024
1 parent 09bdbc2 commit 22c9366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get update \
&& mkdir /user

COPY ./.bash_profile /user/
RUN chmod 755 /user; chmod 644 /user/.bash_profile
RUN chmod 755 /user; chmod 755 /user/.bash_profile
COPY ./entrypoint.sh /

ENTRYPOINT ["/entrypoint.sh"]
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
cp -fv /user/.bash_profile ${HOME}/.profile
exec sleep infinity

0 comments on commit 22c9366

Please sign in to comment.