Skip to content

Commit 8acec79

Browse files
committed
[Git Commit]: at 2018-09-29 16:53:20-05:00
1 parent a8632cc commit 8acec79

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:latest as ubuntu_builder
22
RUN apt-get -y update && apt-get install curl -y
33

4-
FROM deepinthought/vscode-shell-snippets
4+
### FROM deepinthought/vscode-shell-snippets:latest
55
COPY . /vscode-shell-snippets
66
LABEL Name=vscode-shell-snippets Version=0.1.0
77
CMD [ "/bin/bash", "cd /vscode-shell-snippets" ]

docker-builder.sh.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

0 commit comments

Comments
 (0)