diff --git a/docker-compose.yml b/docker-compose.yml index de8bd99..5a30d46 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,7 +21,7 @@ services: - ./src:/opt/airc/src:rw - ./doc:/opt/airc/doc:ro - ./results:/opt/airc/results:rw - - ./ketr.chat:/opt/airc/ketr-chat:rw # Live mount src + - ./ketr-chat:/opt/airc/ketr-chat:rw # Live mount src cap_add: # used for running ze-monitor within container - CAP_DAC_READ_SEARCH # Bypass all filesystem read access checks - CAP_PERFMON # Access to perf_events (vs. overloaded CAP_SYS_ADMIN) @@ -77,7 +77,7 @@ services: - ./jupyter:/opt/jupyter:rw - ./cache:/root/.cache - ./src:/opt/airc/src:rw # Live mount src - - ./ketr.chat:/opt/airc/ketr-chat:rw # Live mount src + - ./ketr-chat:/opt/airc/ketr-chat:rw # Live mount src deploy: resources: limits: diff --git a/ketr-chat/public/index.html b/ketr-chat/public/index.html index 63e8cc6..c0e81d0 100644 --- a/ketr-chat/public/index.html +++ b/ketr-chat/public/index.html @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> -