Compare commits

...

2 Commits

Author SHA1 Message Date
d7b034e20b
added openssh-client
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-18 19:30:02 +03:00
ca678d0237
подробнее 2024-09-17 22:09:20 +03:00
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,8 @@ RUN apk update && apk add --no-cache \
libwebp-tools \ libwebp-tools \
findutils \ findutils \
bash \ bash \
git git \
openssh-client
WORKDIR /usr/src/app WORKDIR /usr/src/app
COPY --from=builder /usr/src/app/ /usr/src/app/ COPY --from=builder /usr/src/app/ /usr/src/app/

View File

@ -45,7 +45,7 @@ export default {
}, },
transcludes: { transcludes: {
transcludeOf: ({ targetSlug }) => `Переход из ${targetSlug}`, transcludeOf: ({ targetSlug }) => `Переход из ${targetSlug}`,
linkToOriginal: "Ссылка на оригинал", linkToOriginal: "Подробнее",
}, },
search: { search: {
title: "Поиск", title: "Поиск",