abdullahalioo commited on
Commit
7856ed7
·
verified ·
1 Parent(s): 9e88f57

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ COPY requirements.txt .
16
  RUN pip install --no-cache-dir -r requirements.txt
17
 
18
  # Copy the server code
19
- COPY app
20
 
21
  # Create a non-root user for security
22
  RUN useradd -m appuser && chown -R appuser:appuser /app
 
16
  RUN pip install --no-cache-dir -r requirements.txt
17
 
18
  # Copy the server code
19
+ COPY app.py
20
 
21
  # Create a non-root user for security
22
  RUN useradd -m appuser && chown -R appuser:appuser /app