Merge branch 'dev' into 'main'
Dev See merge request illegitimate/illegitimate-bot!202
This commit is contained in:
BIN
.yarn/install-state.gz
Normal file
BIN
.yarn/install-state.gz
Normal file
Binary file not shown.
1
.yarnrc.yml
Normal file
1
.yarnrc.yml
Normal file
@@ -0,0 +1 @@
|
||||
nodeLinker: node-modules
|
||||
@@ -6,6 +6,7 @@ COPY . /app
|
||||
|
||||
WORKDIR /app
|
||||
ENV NODE_PATH=dist/
|
||||
RUN corepack enable
|
||||
RUN yarn build
|
||||
|
||||
CMD [ "yarn", "start" ]
|
||||
@@ -2,9 +2,11 @@ FROM node:20.9.0-alpine3.18
|
||||
|
||||
RUN mkdir /cache
|
||||
|
||||
COPY .yarnrc.yml /cache
|
||||
COPY package.json /cache
|
||||
COPY yarn.lock /cache
|
||||
|
||||
WORKDIR /cache
|
||||
|
||||
RUN corepack enable
|
||||
RUN yarn install
|
||||
@@ -36,5 +36,6 @@
|
||||
"eslint": "^8.56.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@4.0.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user