mirror of
https://github.com/caprover/caprover
synced 2026-05-06 03:30:29 +00:00
Merge pull request #2253 from akatsukinoyami/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
Contributor change for frontend PR "Add ru-RU locale"
This commit is contained in:
@@ -5,7 +5,7 @@ FROM node:18-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 && \
|
||||
@@ -17,4 +17,4 @@ ENV NODE_ENV production
|
||||
ENV PORT 3000
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["node" , "./built/server.js"]
|
||||
CMD ["node" , "./built/server.js"]
|
||||
|
||||
Reference in New Issue
Block a user