Skip to content

Commit

Permalink
Add new readme for docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
aelkiss committed May 11, 2020
1 parent 7abdde5 commit a26e76d
Show file tree
Hide file tree
Showing 5 changed files with 1,809 additions and 1,774 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ RUN mkdir -p /tmp/prep/toingest /tmp/prep/failed /tmp/prep/ingested /tmp/prep/lo

COPY . /usr/local/feed
WORKDIR /usr/local/feed
RUN cp -n etc/sample_config/* /usr/local/feed/etc/config
RUN cp etc/sample_namespace/TEST.pm /usr/local/feed/lib/HTFeed/Namespace/TEST.pm
RUN bin/setup_dev.sh
RUN ln -sf /usr/local/feed/t/fixtures/UNDAMAGED /tmp/prep/UNDAMAGED
RUN ln -sf /usr/local/feed/t/fixtures/DAMAGED /tmp/prep/DAMAGED
RUN cat etc/*sql | sqlite3 /tmp/feed.db
RUN perl Makefile.PL
Loading

0 comments on commit a26e76d

Please sign in to comment.