mirror of
https://github.com/caprover/caprover
synced 2025-12-01 17:22:35 +00:00
Contributor change for FE 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