FROM gstreamer:local

WORKDIR /nzt

COPY . .
RUN pip3 install -e .

ARG ENV=local
ENV ENV=$ENV

CMD python3 nzt/main.py
