mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
Adding some helpful documentation
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# This docker file will update the web database with schema changes. Later it
|
||||
# will be updated to do prisma migrations.
|
||||
|
||||
FROM --platform=linux/amd64 node:16.18.0 AS runner
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Note: node:16.18.0 works most reliably when using different platforms (namely
|
||||
# Mac M1) and avoids recent Prisma docker bugs that lead to segfaults.
|
||||
|
||||
# Install dependencies only when needed
|
||||
FROM node:16.18.0 AS deps
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user