mirror of
https://github.com/caprover/caprover
synced 2026-06-19 07:37:08 +00:00
Merge pull request #2393 from codedoga/patch-1
Add Croatian (hr-HR) language support to the frontend
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user