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 3b4ce7a

Browse filesBrowse files
committed
Merge pull request metacpan#5 from CPAN-API/metacpan-web_workdir
Using /metacpan_web as the main directory for metacpan-web
2 parents 807cd7f + ee0ea0a commit 3b4ce7a
Copy full SHA for 3b4ce7a

File tree

Expand file treeCollapse file tree

3 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+4
-4
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
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

‎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

‎metacpan-web/README.md

Copy file name to clipboardExpand all lines: metacpan-web/README.md
+1-1Lines changed: 1 addition & 1 deletion
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.