thewellermangroup commited on
Commit
02a0617
·
1 Parent(s): 067a5f1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,7 +20,7 @@ RUN pip install flask-cors
20
 
21
  # Copy the file creation and application startup scripts
22
  COPY --chown=user start.sh start.sh
23
- COPY --chown=user create_large_file.py create_large_file.py
24
  COPY --chown=user app.py app.py
25
 
26
  # Grant execute permission to the start script
 
20
 
21
  # Copy the file creation and application startup scripts
22
  COPY --chown=user start.sh start.sh
23
+ COPY --chown=user functions.py functions.py
24
  COPY --chown=user app.py app.py
25
 
26
  # Grant execute permission to the start script