From 3fc3cad0c93b80b2b2fbeb201564a24faa03aa6d Mon Sep 17 00:00:00 2001 From: Katsu <51952924+akatsukinoyami@users.noreply.github.com> Date: Fri, 7 Feb 2025 14:04:14 +0200 Subject: [PATCH] Contributor change for FE PR "Add ru-RU locale" --- dockerfile-captain.release | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfile-captain.release b/dockerfile-captain.release index b303130..873d06d 100644 --- a/dockerfile-captain.release +++ b/dockerfile-captain.release @@ -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"] \ No newline at end of file +CMD ["node" , "./built/server.js"]