Skip to content

Commit 50b3352

Browse files
committed
add Dockerfile
1 parent e8408e0 commit 50b3352

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*

Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM dannyben/alpine-ruby
2+
3+
ENV PS1 "\n\n>> bashly \W \$ "
4+
WORKDIR /app
5+
6+
RUN gem install bashly --version 0.3.9
7+
8+
ENTRYPOINT ["bashly"]

0 commit comments

Comments
 (0)