- use yarn instead of node run
This commit is contained in:
parent
26d4725b08
commit
70616bc5df
@ -15,4 +15,4 @@ RUN npm install -g yarn --force && yarn install --frozen-lockfile --production -
|
||||
COPY --from=builder /app/ .
|
||||
|
||||
EXPOSE 3000
|
||||
CMD ["node", "run", "dev", "-p", "3000"] #or node dist/index.js if you built the project.
|
||||
CMD ["yarn", "dev", "-p", "3000"] #or node dist/index.js if you built the project.
|
||||
Loading…
x
Reference in New Issue
Block a user