mirror of
https://github.com/caprover/caprover
synced 2026-08-24 16:36:29 +00:00
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
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:
@@ -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