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 5bc38f7 commit fce07edCopy full SHA for fce07ed
edge/Dockerfile
@@ -9,5 +9,7 @@ RUN gem build bashly.gemspec
9
RUN gem install bashly*.gem
10
11
WORKDIR /app
12
+RUN rm -rf /bashly
13
+
14
VOLUME /app
15
ENTRYPOINT ["bashly"]
0 commit comments