Rename.
This commit is contained in:
+1
-1
@@ -33,4 +33,4 @@ COPY . .
|
||||
EXPOSE 8000
|
||||
|
||||
# Command to run the application (will be overridden by docker-compose)
|
||||
CMD ["poetry", "run", "uvicorn", "rbox.main:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||
CMD ["poetry", "run", "uvicorn", "mywebdav.main:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||
|
||||
Reference in New Issue
Block a user