Skip to content

Commit

Permalink
Use entrypoint from codespace dotfiles directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Aug 30, 2023
1 parent 771e721 commit dbaf41f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ USER $USER
WORKDIR /workspaces/.codespaces/.persistedshare/dotfiles

COPY --chown=$USER . .
COPY entrypoint.sh /

RUN ./install.sh

ENTRYPOINT [ "/entrypoint.sh" ]
ENTRYPOINT [ "/workspaces/.codespaces/.persistedshare/dotfiles/entrypoint.sh" ]

0 comments on commit dbaf41f

Please sign in to comment.