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:
+1
-1
@@ -83,4 +83,4 @@ EXPOSE 8080
|
||||
|
||||
# Start the Hummingbird service when the image is run, default to listening on 8080 in production environment
|
||||
ENTRYPOINT ["./doxy"]
|
||||
CMD ["--hostname", "0.0.0.0", "--port", "8080"]
|
||||
CMD ["--archives-path", "Resources/Archives", "--hostname", "0.0.0.0", "--port", "8080"]
|
||||
|
||||
Reference in New Issue
Block a user