ashwinR commited on
Commit
70f7a1b
1 Parent(s): 382aeac

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  FROM python:3.9-slim
2
 
3
- WORKDIR ./ /app
 
4
 
5
  COPY ./pyproject.toml .
6
  COPY ./poetry.lock .
 
1
  FROM python:3.9-slim
2
 
3
+ COPY . /app
4
+ WORKDIR /app
5
 
6
  COPY ./pyproject.toml .
7
  COPY ./poetry.lock .