AurelioAguirre commited on
Commit
c71a01c
·
1 Parent(s): 2c7276d

Fixed Dockerfile v3

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@
3
  FROM python:3.12-slim
4
 
5
  # Set working directory
6
- WORKDIR /app
7
 
8
  # Copy requirements first to leverage Docker cache
9
  COPY requirements.txt .
 
3
  FROM python:3.12-slim
4
 
5
  # Set working directory
6
+ WORKDIR /code
7
 
8
  # Copy requirements first to leverage Docker cache
9
  COPY requirements.txt .