Skip to content

Commit ac7eaf9

Browse files
authored
Merge pull request #56 from metacpan/ssoriche/add_volume_declaration
Add VOLUME declaration for metacpan-cpan-extracted
2 parents a1d4e9c + e25be69 commit ac7eaf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ WORKDIR /metacpan-grep-front-end
55

66
RUN cpm install --without-test -g
77
EXPOSE 3000
8+
VOLUME [ "/metacpan-cpan-extracted" ]
89
CMD plackup -p 3000 ${GREP_PLACKUP_SERVER_ARGS} bin/app.psgi

0 commit comments

Comments
 (0)