thewellermangroup commited on
Commit
559c51d
·
1 Parent(s): 02a0617

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -22,6 +22,7 @@ RUN pip install flask-cors
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
27
  RUN chmod +x start.sh
 
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
+ COPY --chown=user FUNCTIONS.txt FUNCTIONS.txt
26
 
27
  # Grant execute permission to the start script
28
  RUN chmod +x start.sh