Bengali_translator / Dockerfile
Sk4467's picture
Docker File
b87059f
raw history blame
No virus
100 Bytes
FROM python:3.8
COPY . /app
WORKDIR /app
RUN pip install -r requirements.txt
CMD python app.py