From c24ba64eee9b4eb2103c325958350805feb744de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Ga=C5=A1pari=C4=87?= <56818232+codedoga@users.noreply.github.com> Date: Tue, 28 Apr 2026 12:06:48 +0200 Subject: [PATCH] Add Croatian (hr-HR) language support to the frontend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🇭🇷 Add Croatian (hr-HR) language support to the frontend #188 https://github.com/caprover/caprover-frontend/pull/188 --- dockerfile-captain.release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile-captain.release b/dockerfile-captain.release index 778140b..2481167 100644 --- a/dockerfile-captain.release +++ b/dockerfile-captain.release @@ -2,7 +2,7 @@ FROM node:22-alpine RUN apk add --update --no-cache make gcc g++ git curl openssl openssh WORKDIR /usr/src/app -COPY . ./ +COPY . ./ # Build backend code RUN npm ci && \