Skip to content

Commit

Permalink
feat: welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
d0choa committed Dec 7, 2023
1 parent 5713961 commit 8d8cdbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ RUN pipx install poetry==${POETRY_VERSION}
# Add fzf to .zshrc
RUN echo "source /usr/share/doc/fzf/examples/key-bindings.zsh" >> /home/vscode/.zshrc
RUN echo "source /usr/share/doc/fzf/examples/completion.zsh" >> /home/vscode/.zshrc

COPY .devcontainer/welcome.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt
3 changes: 3 additions & 0 deletions .devcontainer/welcome.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
👋 Welcome to Open Targets Genetics DEV"!

🛠️ Your environment is fully setup with all the required software.

0 comments on commit 8d8cdbd

Please sign in to comment.