Commit
·
02a0617
1
Parent(s):
067a5f1
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
|
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
|