[test] add test for i18n currentLocale

This commit is contained in:
LouisLam
2021-10-08 13:35:04 +08:00
parent 288e87bb3d
commit 11abc1f1e0
7 changed files with 33 additions and 14 deletions

View File

@@ -6,5 +6,4 @@ FROM ubuntu
# RUN ln -s /usr/bin/nodejs /usr/bin/node
# RUN node -v
COPY ./install.sh .
RUN bash install.sh local /opt/uptime-kuma 3000 0.0.0.0
RUN curl -o kuma_install.sh http://git.kuma.pet/install.sh && bash kuma_install.sh local /opt/uptime-kuma 3000 0.0.0.0