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.
2 parents 8fdcc14 + 4b272f3 commit 3bdb572Copy full SHA for 3bdb572
docker/Dockerfile renamed to Dockerfile
@@ -36,6 +36,7 @@ RUN apk update && \
36
ncurses-dev \
37
git \
38
&& echo "gem: --no-ri --no-rdoc" > /etc/gemrc \
39
+ && gem update --system \
40
&& gem install bundler \
41
&& bundle install --system $BUNDLER_ARGS \
42
&& apk del .ruby-builddeps \
docker-compose.yml
@@ -4,7 +4,7 @@ services:
4
image: metasploit
5
build:
6
context: .
7
- dockerfile: ./docker/Dockerfile
+ dockerfile: ./Dockerfile
8
environment:
9
DATABASE_URL: postgres://postgres@db:5432/msf
10
links:
0 commit comments