imeme 0.0.0

Memes collection & analysis.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: '3'

services:
  imeme-pypy:
    build:
      context: .
      args:
        - IMAGE_NAME=${PYPY_IMAGE_NAME}
        - IMAGE_VERSION=${PYPY_IMAGE_VERSION}
    image: lycantropos/imeme-pypy:0.0.0
    volumes:
      - ./imeme:/opt/imeme/imeme
      - ./pyproject.toml:/opt/imeme/pyproject.toml
      - ./README.md:/opt/imeme/README.md
      - ./setup.py:/opt/imeme/setup.py
      - ./tests:/opt/imeme/tests
    entrypoint: pytest