Spaces:
Sleeping
Sleeping
apple muncy commited on
Commit ·
dacc06f
1
Parent(s): 2576598
fix auth_server.py name
Browse filesSigned-off-by: apple muncy <apple@dell-deb-12-5.local>
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,4 +11,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
| 11 |
|
| 12 |
COPY --chown=user . /app
|
| 13 |
|
| 14 |
-
CMD ['python
|
|
|
|
| 11 |
|
| 12 |
COPY --chown=user . /app
|
| 13 |
|
| 14 |
+
CMD ['python auth_server.py']
|