Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
MPAI-Private
MPAI-CAE
arp
Tape Audio Restoration
Commits
da5c2d12
Commit
da5c2d12
authored
Apr 09, 2023
by
Matteo
Browse files
update to proxy server
parent
06f21da5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
da5c2d12
...
@@ -10,4 +10,4 @@ RUN poetry install --no-cache --only main
...
@@ -10,4 +10,4 @@ RUN poetry install --no-cache --only main
VOLUME
[ "/data" ]
VOLUME
[ "/data" ]
CMD
["poetry", "run" "uvicorn", "src.server:app", "--host", "0.0.0.0", "--port", "80", "--log-config", "config/logger.yaml"]
CMD
["poetry", "run"
,
"uvicorn", "src.server:app", "--host", "0.0.0.0", "--port", "80", "--log-config", "config/logger.yaml"
, "--root-path", "/tape-audio-restoration"
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment