mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-02-17 07:03:58 +00:00
Fix Docker build
This commit is contained in:
@@ -2,8 +2,10 @@ FROM python:3.9-slim
|
||||
|
||||
WORKDIR /app
|
||||
COPY parsedmarc/ parsedmarc/
|
||||
COPY README.rst setup.py ./
|
||||
COPY README.md pyproject.toml requirements.txt ./
|
||||
|
||||
RUN python setup.py install
|
||||
RUN pip install -r requirements.txt
|
||||
RUN hatch build
|
||||
RUN pip install dist/*.whl
|
||||
|
||||
ENTRYPOINT ["parsedmarc"]
|
||||
|
||||
Reference in New Issue
Block a user