Skip to content

Commit

Permalink
Change docker image settings: enable cors and set loglevel to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
hyper-prog committed Nov 25, 2024
1 parent 4ce6b72 commit 74a620d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ COPY --from=hassesbuildstage /usr/local/bin/hasses /usr/local/bin/
EXPOSE 8080
EXPOSE 8085

CMD ["-p=8080","-cp=8085","-murl=/sse","-nodaemon"]
CMD ["-p=8080","-cp=8085","-murl=/sse","-nodaemon","-cors-base=*","-q"]
# Srart hasses daemon when container runs
ENTRYPOINT ["/usr/local/bin/hasses"]

0 comments on commit 74a620d

Please sign in to comment.