Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ee0ea0a

Browse filesBrowse files
committed
Using /metacpan_web as the main directory for metacpan-web
1 parent 807cd7f commit ee0ea0a
Copy full SHA for ee0ea0a

File tree

Expand file treeCollapse file tree

3 files changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Then you need to run metacpan-web:
152152
--detach \
153153
--publish 5001:5001 \
154154
--link=cpan-api:cpan-api \
155-
--volume=$(pwd)/configs/metacpan-web/metacpan_web.conf:/root/metacpan-web/metacpan_web.conf \
155+
--volume=$(pwd)/configs/metacpan-web/metacpan_web.conf:/metacpan-web/metacpan_web.conf \
156156
--name metacpan-web \
157157
metacpan-web
158158

Collapse file

‎metacpan-web/Dockerfile‎

Copy file name to clipboardExpand all lines: metacpan-web/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ RUN curl -L http://cpanmin.us | perl - App::cpanminus
2424

2525
RUN cpanm Carton
2626

27-
RUN git clone https://github.com/CPAN-API/metacpan-web.git /root/metacpan-web/
27+
RUN git clone https://github.com/CPAN-API/metacpan-web.git /metacpan-web/
2828

29-
WORKDIR /root/metacpan-web/
29+
WORKDIR /metacpan-web/
3030

3131
RUN carton install
3232

Collapse file

‎metacpan-web/README.md‎

Copy file name to clipboardExpand all lines: metacpan-web/README.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ file from your docker host system like this (Here is the link to the [basic conf
2222

2323
docker run \
2424
--publish 8000:5001 \
25-
--volume /absolute/path/to/metacpan_web.conf:/root/metacpan_web.conf \
25+
--volume /absolute/path/to/metacpan_web.conf:/metacpan_web/metacpan_web.conf \
2626
--detach \
2727
metacpan-web
2828

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.