Skip to content

create Dockerfile #2

Description

@arunavabasucom

create Dockerfile for deployment

References -

Dockerfile

FROM python:3.10
WORKDIR /src
ADD ./ /src
RUN pip install --upgrade pip 
RUN pip install --no-cache-dir -r requirements.txt
EXPOSE 8000 
CMD ["python", "main.py"] 

.dockerignore

__pycache__

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions