bachephysicdun commited on
Commit
4a5d28c
·
1 Parent(s): 2c71ef2
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
19
  COPY --chown=user . /app
20
 
21
  # Make sure that you are copying the entire app directory into the container
22
- COPY --chown=user ./app /app
23
 
24
 
25
  # Add a debug command to check file location (remove this once verified)
 
19
  COPY --chown=user . /app
20
 
21
  # Make sure that you are copying the entire app directory into the container
22
+ # COPY --chown=user ./app /app
23
 
24
 
25
  # Add a debug command to check file location (remove this once verified)