Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Created Docker files for easier dependency management.. #85

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM python:2.7.17-buster
MAINTAINER Gerolf Ziegenhain <[email protected]>

ADD . exitwp
RUN pip install -r /exitwp/pip_requirements.txt

WORKDIR /exitwp
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
app:
build: .
command: /exitwp/exitwp.py
volumes:
- ./wordpress-xml:/exitwp/wordpress-xml
- ./build:/exitwp/build