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
Packager
Commits
b13b19e6
Commit
b13b19e6
authored
Apr 09, 2023
by
Matteo
Browse files
update to proxy server
parent
f359645e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
b13b19e6
...
...
@@ -10,4 +10,4 @@ RUN poetry install --no-cache --only main
VOLUME
[ "/data" ]
CMD
["poetry", "run", "uvicorn", "src.server:app", "--host", "0.0.0.0", "--port", "80", "--log-config", "config/logger.yaml"]
\ No newline at end of file
CMD
["poetry", "run", "uvicorn", "src.server:app", "--host", "0.0.0.0", "--port", "80", "--log-config", "config/logger.yaml", "--root-path", "/packager"]
\ No newline at end of file
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