Skip to content

Commit 094cb05

Browse files
committed
update dockerfiles
1 parent 4223037 commit 094cb05

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

Dockerfile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
FROM dannyben/alpine-ruby:3.3.3
22

3-
ENV BASHLY_VERSION=1.2.2
43
ENV PS1="\n\n>> bashly \W \$ "
4+
ENV BASHLY_VERSION=1.2.2
5+
56
WORKDIR /app
67

78
# Install pandoc to support manpage generation (`bashly render :mandoc docs`)
89
RUN apk add --no-cache pandoc-cli
910

10-
RUN gem install bashly --version $BASHLY_VERSION && \
11-
gem update --system
11+
RUN gem install bashly --version $BASHLY_VERSION
12+
13+
VOLUME /app
1214

13-
ENTRYPOINT ["bashly"]
15+
ENTRYPOINT ["bashly"]

edge/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ WORKDIR /app
1414
RUN rm -rf /bashly
1515

1616
VOLUME /app
17-
ENTRYPOINT ["bashly"]
17+
18+
ENTRYPOINT ["bashly"]

0 commit comments

Comments
 (0)