fix esno
This commit is contained in:
parent
37adfacb4f
commit
de2ff62cd5
3 changed files with 6 additions and 8 deletions
|
@ -1,7 +1,5 @@
|
|||
FROM node:17-alpine
|
||||
WORKDIR /app
|
||||
COPY package.json yarn.lock .
|
||||
RUN yarn install --frozen-lockfile
|
||||
COPY . .
|
||||
RUN yarn build
|
||||
CMD [ "node", "dist/index.js" ]
|
||||
RUN yarn install --frozen-lockfile
|
||||
CMD [ "yarn", "start" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue