hazm_docker/Dockerfile

10 lines
101 B
Docker

FROM 192.168.23.75/tavasi/hazm:base
COPY . /src/
WORKDIR /src/app
EXPOSE 5110
CMD python main.py