Contributor change for FE PR "Add ru-RU locale"

This commit is contained in:
Katsu
2025-02-07 14:04:14 +02:00
committed by GitHub
parent b8658b4f6a
commit 3fc3cad0c9

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"]