update
This commit is contained in:
@@ -28,7 +28,9 @@ COPY --from=server-builder /build/server/dist ./dist
|
||||
COPY --from=server-builder /build/server/prisma ./prisma
|
||||
RUN npx prisma generate
|
||||
COPY --from=client-builder /build/client/dist ./public
|
||||
COPY docker/runtime-entrypoint.sh /usr/local/bin/toolsshow-entrypoint
|
||||
RUN chmod +x /usr/local/bin/toolsshow-entrypoint
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["sh", "-c", "npx prisma migrate deploy && node dist/src/main.js"]
|
||||
CMD ["toolsshow-entrypoint"]
|
||||
|
||||
Reference in New Issue
Block a user