Added the "--archives-path" option to the list of command input parameters in both the Dockerfile and docker-compose files.
This commit is contained in:
parent
3a1b30cb41
commit
9e7c1f61fd
@ -83,4 +83,4 @@ EXPOSE 8080
|
|||||||
|
|
||||||
# Start the Hummingbird service when the image is run, default to listening on 8080 in production environment
|
# Start the Hummingbird service when the image is run, default to listening on 8080 in production environment
|
||||||
ENTRYPOINT ["./doxy"]
|
ENTRYPOINT ["./doxy"]
|
||||||
CMD ["--hostname", "0.0.0.0", "--port", "8080"]
|
CMD ["--archives-path", "Resources/Archives", "--hostname", "0.0.0.0", "--port", "8080"]
|
||||||
|
@ -4,4 +4,4 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
ports:
|
ports:
|
||||||
- 3000:8080
|
- 3000:8080
|
||||||
command: ["--hostname", "0.0.0.0", "--port", "8080"]
|
command: ["--archives-path", "Resources/Archives", "--hostname", "0.0.0.0", "--port", "8080"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user