Created deployment
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
FROM node:22-alpine AS release
|
||||
WORKDIR /home/node/app
|
||||
|
||||
RUN corepack enable
|
||||
|
||||
COPY ./dist/packages ./packages
|
||||
|
||||
COPY ./package.json ./
|
||||
|
||||
RUN npm install --omit=dev
|
||||
RUN yarn install
|
||||
|
||||
RUN mkdir -p packages/node_modules && \
|
||||
ln -sf ../sim-shared packages/node_modules/sim-shared
|
||||
|
||||
Reference in New Issue
Block a user