mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-05 17:30:48 +08:00
Dropping some unused copies from the website dockerfile
This commit is contained in:
@@ -39,11 +39,6 @@ RUN adduser --system --uid 1001 nextjs
|
||||
|
||||
COPY --from=builder /app/public ./public
|
||||
|
||||
# Copy over the schema file so we can do a db push on startup.
|
||||
# TODO: Delete when used for real production.
|
||||
COPY ./website/prisma/schema.prisma ./
|
||||
COPY ./website/wait-for-it.sh ./
|
||||
|
||||
# Automatically leverage output traces to reduce image size
|
||||
# https://nextjs.org/docs/advanced-features/output-file-tracing
|
||||
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
|
||||
|
||||
Reference in New Issue
Block a user