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 738c545 commit 09bdbc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 09bdbc2

Please sign in to comment.