imeme 0.0.0

Memes collection & analysis.
Documentation
version: '3'

services:
  imeme-cpython:
    build:
      context: .
      args:
        - IMAGE_NAME=${CPYTHON_IMAGE_NAME}
        - IMAGE_VERSION=${CPYTHON_IMAGE_VERSION}
    image: lycantropos/imeme-cpython:0.0.0
    volumes:
      - ./Cargo.toml:/opt/imeme/Cargo.toml
      - ./imeme:/opt/imeme/imeme
      - ./pyproject.toml:/opt/imeme/pyproject.toml
      - ./README.md:/opt/imeme/README.md
      - ./rust-toolchain.toml:/opt/imeme/rust-toolchain.toml
      - ./setup.py:/opt/imeme/setup.py
      - ./src:/opt/imeme/src
      - ./tests:/opt/imeme/tests
    entrypoint: pytest