ppsingh commited on
Commit
086593d
·
verified ·
1 Parent(s): cd53804

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  # pick your favorite slim Python base
2
  FROM python:3.10-slim
3
 
4
- WORKDIR /app
5
 
6
  # install dependencies
7
  COPY requirements.txt .
 
1
  # pick your favorite slim Python base
2
  FROM python:3.10-slim
3
 
4
+ #WORKDIR /app
5
 
6
  # install dependencies
7
  COPY requirements.txt .