thewellermangroup
commited on
Commit
•
9e9fc55
1
Parent(s):
7857b22
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,7 +22,7 @@ RUN pip install flask-cors
|
|
22 |
# the server
|
23 |
COPY --chown=user app.py app.py
|
24 |
# functions
|
25 |
-
COPY --chown=user /DATA/FUNCTIONS/functions.py /FUNCTIONS/functions.py
|
26 |
COPY --chown=user /DATA/CODE/FUNCTIONS/FUNCTIONS.txt /FUNCTIONS/FUNCTIONS.txt
|
27 |
# links
|
28 |
COPY --chown=user /DATA/LINKS/LINKS.txt /LINKS/LINKS.txt
|
|
|
22 |
# the server
|
23 |
COPY --chown=user app.py app.py
|
24 |
# functions
|
25 |
+
COPY --chown=user /DATA/CODE/FUNCTIONS/functions.py /FUNCTIONS/functions.py
|
26 |
COPY --chown=user /DATA/CODE/FUNCTIONS/FUNCTIONS.txt /FUNCTIONS/FUNCTIONS.txt
|
27 |
# links
|
28 |
COPY --chown=user /DATA/LINKS/LINKS.txt /LINKS/LINKS.txt
|