---
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM node:16.13.1
|
||||
WORKDIR /app
|
||||
COPY package.json ./
|
||||
RUN yarn set version berry
|
||||
COPY .yarnrc.yml ./
|
||||
RUN yarn install
|
||||
COPY . .
|
||||
CMD ["yarn", "start"]
|
||||
Reference in New Issue
Block a user