merge new gateway configs from dev build

This commit is contained in:
techartdev
2026-02-02 02:02:16 +02:00
parent 9aab638714
commit cb68662eb6
8 changed files with 385 additions and 2 deletions
+2 -1
View File
@@ -43,9 +43,10 @@ RUN npm config set fund false && npm config set audit false \
&& npm install -g openclaw@2026.1.30
COPY run.sh /run.sh
COPY oc_config_helper.py /oc_config_helper.py
COPY nginx.conf.tpl /etc/nginx/nginx.conf.tpl
COPY landing.html.tpl /etc/nginx/landing.html.tpl
RUN chmod +x /run.sh \
RUN chmod +x /run.sh /oc_config_helper.py \
&& mkdir -p /run/nginx
CMD [ "/run.sh" ]