samanthakarungi commited on
Commit
b339d6b
1 Parent(s): 2da70ee

Updata Docker file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  FROM python:3.12.0
3
 
4
  # Copy the current directory contents into the container at .
5
- COPY . /app
6
 
7
  # Set the working directory to /
8
  WORKDIR /app
 
2
  FROM python:3.12.0
3
 
4
  # Copy the current directory contents into the container at .
5
+ COPY . .
6
 
7
  # Set the working directory to /
8
  WORKDIR /app