Merge pull request #2393 from codedoga/patch-1

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 && \