thewellermangroup commited on
Commit
de9cde1
·
1 Parent(s): d8b642d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ COPY --chown=user . $HOME/app
16
  COPY FUNCTIONS.txt FUNCTIONS.txt
17
  COPY functions.py functions.py
18
  COPY app.py app.py
19
- COPY start.sh start.sh
20
 
21
 
22
  RUN pip install flask
 
16
  COPY FUNCTIONS.txt FUNCTIONS.txt
17
  COPY functions.py functions.py
18
  COPY app.py app.py
19
+ COPY start.sh ./start.sh
20
 
21
 
22
  RUN pip install flask