ashwinR commited on
Commit
4336251
1 Parent(s): 88874f4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
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
+ WORKDIR ./ /app
4
 
5
  COPY ./pyproject.toml .
6
  COPY ./poetry.lock .