This commit is contained in:
@@ -30,4 +30,4 @@ COPY package.json pnpm-lock.yaml ./
|
||||
COPY --from=builder /app/node_modules ./node_modules
|
||||
RUN mkdir -p /app/data
|
||||
EXPOSE 4321
|
||||
CMD ["sh","-c","node scripts/migrate.js && node ./dist/server/entry.mjs"]
|
||||
CMD ["sh","-c","node ./dist/server/entry.mjs"]
|
||||
|
||||
Reference in New Issue
Block a user