Added adapter
This commit is contained in:
parent
a5e83002d4
commit
7ff993903d
@ -21,8 +21,6 @@ COPY --from=builder /app/dist ./dist
|
||||
COPY --from=builder /app/package.json ./package.json
|
||||
COPY --from=builder /app/pnpm-lock.yaml ./pnpm-lock.yaml
|
||||
|
||||
RUN pnpm install --prod --frozen-lockfile
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["node", "./dist/server/entry.mjs"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user