sikeaditya commited on
Commit
3176d0c
·
verified ·
1 Parent(s): c5149a1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -1,9 +1,6 @@
1
  # Use an official lightweight Python image
2
  FROM python:3.9-slim
3
 
4
- # Set the working directory
5
- WORKDIR /app
6
-
7
  # Copy files
8
  COPY . .
9
 
 
1
  # Use an official lightweight Python image
2
  FROM python:3.9-slim
3
 
 
 
 
4
  # Copy files
5
  COPY . .
6