Spaces:
Sleeping
Sleeping
thewellermangroup
commited on
Commit
·
ff07c07
1
Parent(s):
52d5a26
Update Dockerfile
Browse files- 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 /FUNCTIONS/functions.py FUNCTIONS/functions.py
|
24 |
COPY --chown=user app.py app.py
|
25 |
COPY --chown=user /FUNCTIONS/FUNCTIONS.txt /FUNCTIONS/FUNCTIONS.txt
|
26 |
|
|
|
20 |
|
21 |
# Copy the file creation and application startup scripts
|
22 |
COPY --chown=user start.sh start.sh
|
23 |
+
COPY --chown=user /FUNCTIONS/functions.py /FUNCTIONS/functions.py
|
24 |
COPY --chown=user app.py app.py
|
25 |
COPY --chown=user /FUNCTIONS/FUNCTIONS.txt /FUNCTIONS/FUNCTIONS.txt
|
26 |
|