Skip to content

Commit

Permalink
Create Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
soodoku committed Sep 5, 2023
1 parent 86b0536 commit 894bc5b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM python:3.11-slim

RUN mkdir /usr/src/naamkaran

WORKDIR /naamkaran

COPY ./requirements.txt .

RUN pip install -r requirements.txt

ENV PYTHONUNBUFFERED 1

COPY . .

0 comments on commit 894bc5b

Please sign in to comment.