Spaces:
Running
Running
MVPilgrim
commited on
Commit
·
564cc30
1
Parent(s):
1cfc4a7
fdsa
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
###############################################################################
|
2 |
#python environment, main app and startup script.
|
3 |
FROM python:3.11.5
|
|
|
1 |
+
RUN echo "\n\n############################################# Dockerfile DbgUI ######################################\n\n"
|
2 |
+
|
3 |
###############################################################################
|
4 |
#python environment, main app and startup script.
|
5 |
FROM python:3.11.5
|