We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4223037 commit 094cb05Copy full SHA for 094cb05
Dockerfile
@@ -1,13 +1,15 @@
1
FROM dannyben/alpine-ruby:3.3.3
2
3
-ENV BASHLY_VERSION=1.2.2
4
ENV PS1="\n\n>> bashly \W \$ "
+ENV BASHLY_VERSION=1.2.2
5
+
6
WORKDIR /app
7
8
# Install pandoc to support manpage generation (`bashly render :mandoc docs`)
9
RUN apk add --no-cache pandoc-cli
10
-RUN gem install bashly --version $BASHLY_VERSION && \
11
- gem update --system
+RUN gem install bashly --version $BASHLY_VERSION
12
13
+VOLUME /app
14
-ENTRYPOINT ["bashly"]
15
+ENTRYPOINT ["bashly"]
edge/Dockerfile
@@ -14,4 +14,5 @@ WORKDIR /app
RUN rm -rf /bashly
16
VOLUME /app
17
18
0 commit comments