initialize project with basic structure and dependencies
This commit is contained in:
+1
-1
@@ -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"],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user