mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Patching some bugs.
This commit is contained in:
@@ -76,6 +76,7 @@ COPY --from=builder /app/public ./public
|
||||
RUN mkdir .next
|
||||
RUN mkdir -p /app/private/uploads
|
||||
RUN chown -R nextjs:nodejs /app/private
|
||||
RUN chown -R nextjs:nodejs /app/public
|
||||
|
||||
RUN chown nextjs:nodejs .next
|
||||
|
||||
|
||||
@@ -6,7 +6,8 @@ echo " / /_/ / __ \/ ___/ __/ __ / __ \/ __ / ___/ _ \ "
|
||||
echo " / ____/ /_/ / / / /_/ /_/ / /_/ / /_/ (__ ) __/ "
|
||||
echo " /_/ \____/_/ \__/\__,_/_.___/\__,_/____/\___/ "
|
||||
echo " "
|
||||
echo " Community Edition "
|
||||
echo " Community Edition v1.0.0 "
|
||||
echo " "
|
||||
|
||||
|
||||
npx prisma migrate deploy
|
||||
|
||||
Reference in New Issue
Block a user