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
|
||||
|
||||
Reference in New Issue
Block a user