Skip to content

Commit

Permalink
fix: 🐛 typo on dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
slugb0t committed Dec 9, 2024
1 parent f570d2d commit 4db16dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ COPY --from=builder /app/node_modules/@prisma ./node_modules/@prisma

# Create startup script that runs migrations before starting the app
RUN echo '#!/bin/sh' > /app/start.sh && \
echo 'yarn prisma:migrate deploy' >> /app/start.sh && \
echo 'yarn prisma:migrate:deploy' >> /app/start.sh && \
echo 'exec node /app/server/index.mjs' >> /app/start.sh && \
chmod +x /app/start.sh

Expand Down

0 comments on commit 4db16dd

Please sign in to comment.