initialize project with basic structure and dependencies
This commit is contained in:
parent
c4913a028f
commit
a3b3bd6b04
2 changed files with 1 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ COPY --from=builder /app/.output /app/.output
|
|||
COPY --from=builder /app/drizzle /app/drizzle
|
||||
COPY --from=builder /app/package*.json ./
|
||||
|
||||
RUN mkdir -p /app/uploads /app/data
|
||||
RUN npm ci --omit=dev && mkdir -p /app/uploads /app/data
|
||||
|
||||
ENV NODE_ENV=production
|
||||
ENV NITRO_PORT=3000
|
||||
|
|
|
|||
|
|
@ -33,8 +33,5 @@ export default defineNuxtConfig({
|
|||
experimental: {
|
||||
asyncContext: true,
|
||||
},
|
||||
externals: {
|
||||
external: ["better-sqlite3", "pdf-parse", "multer"],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue