File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed
Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ node_modules
2+ npm-debug.log
3+ Dockerfile *
4+ docker-compose *
5+ .dockerignore
6+ .git
7+ .gitignore
8+ .env
9+ * /bin
10+ * /obj
11+ README.md
12+ LICENSE
13+ .vscode
Original file line number Diff line number Diff line change 1+ FROM ubuntu:latest as ubuntu_builder
2+ RUN apt-get -y update && apt-get install curl -y
3+
4+ FROM deepinthought/vscode-shell-snippets:latest
5+ COPY . /vscode-shell-snippets
6+ LABEL Name=vscode-shell-snippets Version=0.1.0 Tag=Latest
7+ CMD [ "/bin/bash" , "cd /vscode-shell-snippets" ]
Original file line number Diff line number Diff line change 11# Visual Studio Code Shell Snippets
22
3+ [ README.md] ( https://raw.githubusercontent.com/DeepInThought/vscode-shell-snippets/master/README.md ) .
4+
35Code snippets of shell commands, functions and scripts for visual studio code.
46<!-- TOC depthFrom:2 -->
57
You can’t perform that action at this time.
0 commit comments