File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:latest as ubuntu_builder
22RUN apt-get -y update && apt-get install curl -y
33
4- FROM deepinthought/vscode-shell-snippets
4+ # ## FROM deepinthought/vscode-shell-snippets:latest
55COPY . /vscode-shell-snippets
66LABEL Name=vscode-shell-snippets Version=0.1.0
77CMD [ "/bin/bash" , "cd /vscode-shell-snippets" ]
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+ # ## @File : docker-builder.sh.sh
3+ # ## @Author : Luke Penrod - support@deepinthought.io
4+ # ## @Company : DeepInThought
5+ # ## @Link : https://deepinthought.io
6+ # ## @Date : Saturday,September 29 2018 01:53:45
7+ # ##-
8+
9+ docker build $PWD / -t deepinthought/vscode-shell-snippets:latest
10+ docker push deepinthought/vscode-shell-snippets:latest
You can’t perform that action at this time.
0 commit comments