Start-Command für Production hinzufügen
This commit is contained in:
@@ -16,6 +16,8 @@ COPY --from=build /app/node_modules ./node_modules
|
||||
COPY --from=build /app/scripts ./scripts
|
||||
COPY --from=build /app/src/db ./src/db
|
||||
COPY --from=build /app/src/lib ./src/lib
|
||||
COPY --from=build /app/drizzle.config.ts ./drizzle.config.ts
|
||||
COPY --from=build /app/drizzle ./drizzle
|
||||
COPY package.json ./
|
||||
ENV NODE_ENV=production
|
||||
EXPOSE 3000
|
||||
|
||||
Reference in New Issue
Block a user