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

Contributor change for frontend PR "Add ru-RU locale"
This commit is contained in:
Kasra Bigdeli
2025-02-09 21:48:49 -08:00
committed by GitHub
+2 -2
View File
@@ -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"]