Skip to content

Commit 3e5869e

Browse files
committed
move Dockerfile to root
1 parent 8fdcc14 commit 3e5869e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
image: metasploit
55
build:
66
context: .
7-
dockerfile: ./docker/Dockerfile
7+
dockerfile: ./Dockerfile
88
environment:
99
DATABASE_URL: postgres://postgres@db:5432/msf
1010
links:

0 commit comments

Comments
 (0)