Skip to content

Commit 74a620d

Browse files
committed
Change docker image settings: enable cors and set loglevel to zero
1 parent 4ce6b72 commit 74a620d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ COPY --from=hassesbuildstage /usr/local/bin/hasses /usr/local/bin/
2020
EXPOSE 8080
2121
EXPOSE 8085
2222

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

0 commit comments

Comments
 (0)