Merge pull request #2393 from codedoga/patch-1
Run build / build (push) Has been cancelled
Run formatter / check-code-formatting (push) Has been cancelled
Run lint / run-lint (push) Has been cancelled
Build and push the edge image / run-pre-checks (push) Has been cancelled
Build and push the edge image / build-publish-docker-hub (push) Has been cancelled

Add Croatian (hr-HR) language support to the frontend
This commit is contained in:
Kasra Bigdeli
2026-05-18 15:40:50 -07:00
committed by GitHub
+1 -1
View File
@@ -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 && \